X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetworkDiagramSettings.pgraph;h=2e259ef7bee17e801e45266cd05cb0fc46f3a0f9;hb=e764d663bb48dbc4ce86ca5d90c80167d30338a8;hp=0ca711a12d282d61356a76bc0e9c7cbdf3c6d02e;hpb=2cf7ae447c79df6240b67fd3ca4f0338bdae8c00;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph b/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph index 0ca711a1..2e259ef7 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph @@ -9,6 +9,7 @@ SEL = SEL_UI = G2D = DN = +DATATYPES = // ---------------------------------------------------------------------------- @@ -18,6 +19,12 @@ DN.EdgeThicknessPropertyParameterType -- DN.Edge.ArrowLengthProperty.value ==> "Resource -> Maybe Double" -- DN.Edge.ArrowLengthProperty.gain --> L0.Double -- DN.Edge.ArrowLengthProperty.bias --> L0.Double -- DN.Vertex.ScaleProperty.value ==> "Resource -> Maybe Double" -- DN.Diagram.edgeThicknessProperty --> DN.Edge.ThicknessProperty -- DN.Diagram.arrowLengthGain ==> "Double" -- DN.Diagram.arrowLengthBias ==> "Double" -- DN.Diagram.arrowLengthProperty --> DN.Edge.ArrowLengthProperty -- DN.Diagram.nodeScaleGain ==> "Double" -- DN.Diagram.nodeScaleBias ==> "Double" -- DN.Diagram.nodeScaleProperty --> DN.Vertex.ScaleProperty -- DN.Diagram.backgroundColor --> DATATYPES.RGB.Integer -- DN.Diagram.drawMapEnabled ==> "Boolean" -- DN.Diagram.hasVisualisation --> DN.Diagram.Visualisations -- DN.Diagram.hasActiveVisualisation --> DN.Diagram.Visualisations -- DN.Diagram.profileUpdateInterval ==> "Long" Maybe Double" +DN.Functions.hasNominalMassFlowValue : L0.Function + L0.HasValueType "Resource -> Maybe Double" + DN.Edge.ThicknessProperty.OnlyGainAndBias: DN.Edge.ThicknessProperty L0.HasLabel "Only Gain and Bias" DN.Edge.ThicknessProperty.value @@ -110,6 +153,17 @@ DN.Edge.ThicknessProperty.Diameter : DN.Edge.ThicknessProperty L0.HasValueType "Resource -> Maybe Double" DN.Edge.ThicknessProperty.gain 0.001 +DN.Edge.ThicknessProperty.FlowRate : DN.Edge.ThicknessProperty + L0.HasLabel "Nominal Mass Flow" + DN.Edge.ThicknessProperty.value + DN.Functions.hasNominalMassFlowValue + DN.Edge.ThicknessProperty.gain 0.1 + +DN.Edge.ArrowLengthProperty.FlowRate : DN.Edge.ArrowLengthProperty + L0.HasLabel "Nominal Mass Flow" + DN.Edge.ArrowLengthProperty.value + DN.Functions.hasNominalMassFlowValue + DN.Edge.ArrowLengthProperty.gain 1.0 DN.Vertex.ScaleProperty.OnlyGainAndBias: DN.Vertex.ScaleProperty L0.HasLabel "Only Gain and Bias"