X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetwork.pgraph;h=06c6b0485a34201c5d1ff4dbb43d018960eb61f4;hb=f182477cd4a4b38ed51fd17dc810b8114d0fe6ca;hp=8516608a482575aeb415f5af83574e174a0709de;hpb=2de54d0f65ace8c56d27a5a1191e4420b96e22c2;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph index 8516608a..06c6b048 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph @@ -32,6 +32,16 @@ defProperty : L0.Template // ---------------------------------------------------------------------------- DN.Diagram -- DN.Diagram.trackChangesEnabled L0.Boolean + L0.HasLabel "Track changes" + >-- DN.Diagram.splitToMultipleEnabled L0.Boolean + L0.HasLabel "Split To Multiple Diagrams" + + @L0.assert DN.Diagram.trackChangesEnabled true + @L0.assert DN.Diagram.splitToMultipleEnabled true + DN.Layer -- DN.Edge.HasTGround @defProperty "T Ground" L0.Double + >-- DN.Edge.HasType + @defProperty "Pipe Type" L0.String @L0.assert DN.Edge.HasDiameter 100.0 @L0.assert DN.Edge.HasOuterDiameter 125.0 @@ -191,6 +203,10 @@ DN.HasId --> L0.String L0.String -- DN.Diagram.Visualisations.KeyVariableEdgeHover @defProperty "Key Variables for Edges on Hover" L0.Boolean + >-- DN.Diagram.Visualisations.ShowElevationServerBoundingBox + @defProperty "Show Elevation server bounding box" L0.Boolean + >-- DN.Diagram.Visualisations.NotInSimulation + @defProperty "Not in Simulation" L0.Boolean + >-- DN.Diagram.Visualisations.ShowConnectedComponents + @defProperty "Show Connected Components" L0.Boolean DN.Diagram.Visualisations.ColorContribution -- DN.Mapping.Id --> L0.String -- DN.Mapping.Region --> L0.String -- DN.Mapping.ComponentType --> STR.ComponentType -- DN.Mapping.Terminals --> DN.Mapping.TerminalPair -- DN.Mapping.EdgeMapping.KSupplyAttribute --> L0.String -- DN.Mapping.EdgeMapping.TGroundAttribute --> L0.String -- DN.Mapping.EdgeMapping.ElevationAttribute --> L0.String -- DN.Mapping.EdgeMapping.PipeTypeAttribute --> L0.String