From: Reino Ruusu Date: Fri, 18 Sep 2020 13:00:16 +0000 (+0300) Subject: New properties for Edge elements X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F4469%2F1;p=simantics%2Fdistrict.git New properties for Edge elements gitlab #99 Change-Id: I3d934ffd74549890bc1be1b54022f65971376a42 --- diff --git a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph index 94680d73..7c205df8 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph @@ -151,6 +151,22 @@ DN.Edge -- DN.Edge.HasType @defProperty "Pipe Type" L0.String + >-- DN.Edge.HasPipeCode + @defProperty "Pipe Code" L0.String + >-- DN.Edge.HasInstallationYear + @defProperty "Installation Year" L0.Integer + >-- DN.Edge.HasWallThickness + @defProperty "Wall Thickness" L0.Double + >-- DN.Edge.HasInsulationConductivity + @defProperty "Insulation Conductivity" L0.Double + >-- DN.Edge.HasPipeSizeDN + @defProperty "Pipe Size DN" L0.Integer + >-- DN.Edge.HasRoughness + @defProperty "Roughness" L0.Double + >-- DN.Edge.HasStructure + @defProperty "Structure" L0.String + >-- DN.Edge.HasInsulationClass + @defProperty "Insulation Class" L0.String @L0.assert DN.Edge.HasDiameter 100.0 @L0.assert DN.Edge.HasOuterDiameter 125.0 @@ -514,6 +530,22 @@ DN.Mapping.EdgeMapping -- DN.Mapping.EdgeMapping.PipeTypeAttribute --> L0.String -- DN.Mapping.EdgeMapping.PipeCodeAttribute --> L0.String -- DN.Mapping.EdgeMapping.InstallationYearAttribute --> L0.String -- DN.Mapping.EdgeMapping.WallThicknessAttribute --> L0.String -- DN.Mapping.EdgeMapping.InsulationConductivityAttribute --> L0.String -- DN.Mapping.EdgeMapping.PipeSizeDNAttribute --> L0.String -- DN.Mapping.EdgeMapping.RoughnessAttribute --> L0.String -- DN.Mapping.EdgeMapping.StructureAttribute --> L0.String -- DN.Mapping.EdgeMapping.InsulationClassAttribute --> L0.String