From 7ab088d026489bee8c6e24524927be7dbe93aac6 Mon Sep 17 00:00:00 2001 From: Reino Ruusu Date: Thu, 26 Mar 2020 13:33:03 +0200 Subject: [PATCH] Generated code changes in DisctrictNetworkResource Due to changes in f182477cd4a4b38ed51fd17dc810b8114d0fe6ca. gitlab #80 Change-Id: I64ed99bfe569957b0adf0461b343a05e4527f2f9 --- .../network/ontology/DistrictNetworkResource.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java b/org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java index 3632cb02..d12c2755 100644 --- a/org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java +++ b/org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java @@ -194,6 +194,8 @@ public class DistrictNetworkResource { public final Resource Edge_HasOuterDiameter_Inverse; public final Resource Edge_HasTGround; public final Resource Edge_HasTGround_Inverse; + public final Resource Edge_HasType; + public final Resource Edge_HasType_Inverse; public final Resource Element; public final Resource ElevationRectangleStyle; public final Resource Functions; @@ -259,6 +261,8 @@ public class DistrictNetworkResource { public final Resource Mapping_EdgeMapping_NominalMassFlowAttribute_Inverse; public final Resource Mapping_EdgeMapping_OuterDiameterAttribute; public final Resource Mapping_EdgeMapping_OuterDiameterAttribute_Inverse; + public final Resource Mapping_EdgeMapping_PipeTypeAttribute; + public final Resource Mapping_EdgeMapping_PipeTypeAttribute_Inverse; public final Resource Mapping_EdgeMapping_TGroundAttribute; public final Resource Mapping_EdgeMapping_TGroundAttribute_Inverse; public final Resource Mapping_Id; @@ -642,6 +646,8 @@ public class DistrictNetworkResource { public static final String Edge_HasOuterDiameter_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Edge/HasOuterDiameter/Inverse"; public static final String Edge_HasTGround = "http://www.simantics.org/DistrictNetwork-1.0/Edge/HasTGround"; public static final String Edge_HasTGround_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Edge/HasTGround/Inverse"; + public static final String Edge_HasType = "http://www.simantics.org/DistrictNetwork-1.0/Edge/HasType"; + public static final String Edge_HasType_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Edge/HasType/Inverse"; public static final String Element = "http://www.simantics.org/DistrictNetwork-1.0/Element"; public static final String ElevationRectangleStyle = "http://www.simantics.org/DistrictNetwork-1.0/ElevationRectangleStyle"; public static final String Functions = "http://www.simantics.org/DistrictNetwork-1.0/Functions"; @@ -707,6 +713,8 @@ public class DistrictNetworkResource { public static final String Mapping_EdgeMapping_NominalMassFlowAttribute_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/NominalMassFlowAttribute/Inverse"; public static final String Mapping_EdgeMapping_OuterDiameterAttribute = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/OuterDiameterAttribute"; public static final String Mapping_EdgeMapping_OuterDiameterAttribute_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/OuterDiameterAttribute/Inverse"; + public static final String Mapping_EdgeMapping_PipeTypeAttribute = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/PipeTypeAttribute"; + public static final String Mapping_EdgeMapping_PipeTypeAttribute_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/PipeTypeAttribute/Inverse"; public static final String Mapping_EdgeMapping_TGroundAttribute = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/TGroundAttribute"; public static final String Mapping_EdgeMapping_TGroundAttribute_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/EdgeMapping/TGroundAttribute/Inverse"; public static final String Mapping_Id = "http://www.simantics.org/DistrictNetwork-1.0/Mapping/Id"; @@ -1100,6 +1108,8 @@ public class DistrictNetworkResource { Edge_HasOuterDiameter_Inverse = getResourceOrNull(graph, URIs.Edge_HasOuterDiameter_Inverse); Edge_HasTGround = getResourceOrNull(graph, URIs.Edge_HasTGround); Edge_HasTGround_Inverse = getResourceOrNull(graph, URIs.Edge_HasTGround_Inverse); + Edge_HasType = getResourceOrNull(graph, URIs.Edge_HasType); + Edge_HasType_Inverse = getResourceOrNull(graph, URIs.Edge_HasType_Inverse); Element = getResourceOrNull(graph, URIs.Element); ElevationRectangleStyle = getResourceOrNull(graph, URIs.ElevationRectangleStyle); Functions = getResourceOrNull(graph, URIs.Functions); @@ -1165,6 +1175,8 @@ public class DistrictNetworkResource { Mapping_EdgeMapping_NominalMassFlowAttribute_Inverse = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_NominalMassFlowAttribute_Inverse); Mapping_EdgeMapping_OuterDiameterAttribute = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_OuterDiameterAttribute); Mapping_EdgeMapping_OuterDiameterAttribute_Inverse = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_OuterDiameterAttribute_Inverse); + Mapping_EdgeMapping_PipeTypeAttribute = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_PipeTypeAttribute); + Mapping_EdgeMapping_PipeTypeAttribute_Inverse = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_PipeTypeAttribute_Inverse); Mapping_EdgeMapping_TGroundAttribute = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_TGroundAttribute); Mapping_EdgeMapping_TGroundAttribute_Inverse = getResourceOrNull(graph, URIs.Mapping_EdgeMapping_TGroundAttribute_Inverse); Mapping_Id = getResourceOrNull(graph, URIs.Mapping_Id); -- 2.45.1