X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetwork.pgraph;h=e4aaeba992e10b6d7ccf52813c890062dfec8988;hb=refs%2Fchanges%2F56%2F3656%2F2;hp=2a64b3dc15ba566b838cb17487c0869c5b8be820;hpb=797e65f69a2bd674f8fc4dcc16bcd11e2cf49ca3;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 2a64b3dc..e4aaeba9 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 - @L0.assert DN.Edge.HasDiameter 0.1 - @L0.assert DN.Edge.HasOuterDiameter 0.11 + @L0.assert DN.Edge.HasDiameter 100.0 + @L0.assert DN.Edge.HasOuterDiameter 125.0 // ---------------------------------------------------------------------------- @@ -156,6 +166,10 @@ DN.RightClickDefaultMapping -- DN.Diagram.Visualisations.Interval + @defProperty "Interval" L0.Long + >-- DN.Diagram.Visualisations.DisabledUpdates + @defProperty "Disabled Updates" L0.Boolean + >-- DN.Diagram.Visualisations.ResetVisualisation + @defProperty "Reset Visualisations" L0.Boolean + >-- DN.Diagram.Visualisations.ShowColorBars + @defProperty "Show Color Bars" L0.Boolean + >-- DN.Diagram.Visualisations.ShowColorBarTicks + @defProperty "Show Color Bar Ticks" L0.Boolean + >-- DN.Diagram.Visualisations.UseColorBarGradients + @defProperty "Use Color Bar Gradients" L0.Boolean + >-- DN.Diagram.Visualisations.ColorBarLocation + @defProperty "Color Bar Location" L0.String + >-- DN.Diagram.Visualisations.ColorBarSize + @defProperty "Color Bar Size" L0.String + >-- DN.Diagram.Visualisations.ShowSizeBars + @defProperty "Show Size Bars" L0.Boolean + >-- DN.Diagram.Visualisations.ShowSizeBarTicks + @defProperty "Show Size Bar Ticks" L0.Boolean + >-- DN.Diagram.Visualisations.UseSizeBarGradients + @defProperty "Use Size Bar Gradients" L0.Boolean + >-- DN.Diagram.Visualisations.SizeBarLocation + @defProperty "Size Bar Location" L0.String + >-- DN.Diagram.Visualisations.SizeBarSize + @defProperty "Size Bar Size" L0.String + >-- DN.Diagram.Visualisations.HideEdges + @defProperty "Hide Edges" L0.Boolean + >-- DN.Diagram.Visualisations.HidePoints + @defProperty "Hide Points" L0.Boolean + >-- DN.Diagram.Visualisations.HideConsumers + @defProperty "Hide Consumers" L0.Boolean + >-- DN.Diagram.Visualisations.HideProducers + @defProperty "Hide Producers" L0.Boolean + >-- DN.Diagram.Visualisations.HideValves + @defProperty "Hide Valves" L0.Boolean + >-- DN.Diagram.Visualisations.HidePumpingStations + @defProperty "Hide Pumping Stations" L0.Boolean + >-- DN.Diagram.Visualisations.StaticPropertiesNetworkBranches + @defProperty "Static Properties Network Branches" L0.Boolean + >-- DN.Diagram.Visualisations.StaticPropertiesPoints + @defProperty "Static Properties Points" L0.Boolean + >-- DN.Diagram.Visualisations.StaticPropertiesConsumers + @defProperty "Static Properties Consumers" L0.Boolean + >-- DN.Diagram.Visualisations.DynamicSymbolsShutoffValves + @defProperty "Dynamic Symbols Shutoff Valves" L0.Boolean + >-- DN.Diagram.Visualisations.DynamicSymbolsProducers + @defProperty "Dynamic Symbols Producers" L0.Boolean + >-- DN.Diagram.Visualisations.DynamicSymbolsValves + @defProperty "Dynamic Symbols Valves" L0.Boolean + >-- DN.Diagram.Visualisations.DynamicSymbolsPumpingStations + @defProperty "Dynamic Symbols Pumping Stations" L0.Boolean + >-- DN.Diagram.Visualisations.KeyVariableVertexHover + @defProperty "Key Variables for Vertices on Hover" L0.Boolean + >-- DN.Diagram.Visualisations.KeyVariableEdgeHover + @defProperty "Key Variables for Edges on Hover" L0.Boolean + +DN.Diagram.Visualisations.ColorContribution