X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetworkDiagramSettings.pgraph;h=10744ea144927aa7120f9d87fd947ba9fa5231c2;hb=29914be09d4a237840e5c793bdb562ec83093b8d;hp=f01546e38ad02dbcfc25fddcfc38930f1d421ecb;hpb=10fe42db158693adffc526131d37f58cbd5780b2;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 f01546e3..10744ea1 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetworkDiagramSettings.pgraph @@ -17,47 +17,88 @@ DN.EdgeThicknessPropertyParameterType -- DN.Vertex.ScaleProperty.value --> L0.Relation -- DN.Edge.ThicknessProperty.value ==> "Resource -> Maybe Double" -- DN.Edge.ThicknessProperty.gain --> L0.Double -- DN.Vertex.ScaleProperty.scale ==> "Double" -- DN.Edge.ThicknessProperty.bias --> L0.Double -- DN.Edge.ThicknessProperty.scale --> L0.Double -- DN.Vertex.ScaleProperty.value ==> "Resource -> Maybe Double" -- DN.Vertex.ScaleProperty.gain ==> "Double" -- DN.Edge.ThicknessProperty.value --> L0.Relation -- DN.Vertex.ScaleProperty.bias ==> "Double" -- DN.Diagram.nodeScale ==> "Double" -- DN.Diagram.nodeScalingProperty --> DN.Vertex.ScaleProperty -- DN.Diagram.edgeThicknessScale ==> "Double" -- DN.Diagram.edgeThicknessGain ==> "Double" -- DN.Diagram.edgeThicknessBias ==> "Double" -- DN.Diagram.edgeThicknessProperty --> DN.Edge.ThicknessProperty -- DN.Diagram.nodeScaleGain ==> "Double" -- DN.Diagram.nodeScaleBias ==> "Double" -- DN.Diagram.nodeScaleProperty --> DN.Vertex.ScaleProperty Maybe Double" DN.Edge.ThicknessProperty.Diameter : DN.Edge.ThicknessProperty L0.HasLabel "Diameter" - DN.Edge.ThicknessProperty.value DN.Edge.HasDiameter - DN.Edge.ThicknessProperty.scale 0.001 + DN.Edge.ThicknessProperty.value + DN.Functions.hasDiameterValue : L0.Function + L0.HasValueType "Resource -> Maybe Double" + DN.Edge.ThicknessProperty.gain 0.001 + + +DN.Vertex.ScaleProperty.OnlyGainAndBias: DN.Vertex.ScaleProperty + L0.HasLabel "Only Gain and Bias" + DN.Vertex.ScaleProperty.value + DN.Functions.constantOne : L0.Function + L0.HasValueType "Resource -> Maybe Double" -DN.Edge.ThicknessProperty.NominalMassFlow : DN.Edge.ThicknessProperty - L0.HasLabel "Nominal Mass Flow" - DN.Edge.ThicknessProperty.value DN.Edge.HasNominalMassFlow - DN.Edge.ThicknessProperty.scale 1.0 +DN.Vertex.ScaleProperty.NominalSupplyPressure : DN.Vertex.ScaleProperty + L0.HasLabel "Nominal Supply Pressure" + DN.Vertex.ScaleProperty.value + DN.Functions.hasNominalSupplyPressure : L0.Function + L0.HasValueType "Resource -> Maybe Double" + DN.Vertex.ScaleProperty.gain 0.001 +DN.Vertex.ScaleProperty.Elevation : DN.Vertex.ScaleProperty + L0.HasLabel "Elevation" + DN.Vertex.ScaleProperty.value + DN.Functions.hasElevation : L0.Function + L0.HasValueType "Resource -> Maybe Double" + DN.Vertex.ScaleProperty.gain 0.1 + DN.Vertex.ScaleProperty.bias 0.001