From 64d0a5791d64e3f9878d307c0e064ad876725ab9 Mon Sep 17 00:00:00 2001 From: Reino Ruusu Date: Fri, 18 Sep 2020 16:00:16 +0300 Subject: [PATCH] New properties for Edge elements gitlab #99 Change-Id: I3d934ffd74549890bc1be1b54022f65971376a42 --- .../graph/DistrictNetwork.pgraph | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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