@defProperty "T Ground" L0.Double
>-- 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
DN.Mapping.HasPropertyRelation DN.Edge.HasElevation
>-- DN.Mapping.EdgeMapping.PipeTypeAttribute --> L0.String <R L0.HasProperty
DN.Mapping.HasPropertyRelation DN.Edge.HasType
+ >-- DN.Mapping.EdgeMapping.PipeCodeAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasPipeCode
+ >-- DN.Mapping.EdgeMapping.InstallationYearAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasInstallationYear
+ >-- DN.Mapping.EdgeMapping.WallThicknessAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasWallThickness
+ >-- DN.Mapping.EdgeMapping.InsulationConductivityAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasInsulationConductivity
+ >-- DN.Mapping.EdgeMapping.PipeSizeDNAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasPipeSizeDN
+ >-- DN.Mapping.EdgeMapping.RoughnessAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasRoughness
+ >-- DN.Mapping.EdgeMapping.StructureAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasStructure
+ >-- DN.Mapping.EdgeMapping.InsulationClassAttribute --> L0.String <R L0.HasProperty
+ DN.Mapping.HasPropertyRelation DN.Edge.HasInsulationClass
// Allowed connection types
DN.SupplyConnectionType <T STR.ConnectionType