From 4dd26a17d52de059617441f465e3bb5f288cf10a Mon Sep 17 00:00:00 2001 From: Reino Ruusu Date: Thu, 6 Jun 2019 12:52:10 +0300 Subject: [PATCH] Ontology class changes missing from previous commit gitlab #45 APROS-15308 Change-Id: Id8ff3e2b4d903ee9c74647b621d0be73b13bd347 --- .../district/network/ontology/DistrictNetworkResource.java | 3 +++ 1 file changed, 3 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 bdcc330f..b7801e55 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 @@ -110,6 +110,7 @@ public class DistrictNetworkResource { public final Resource Edge_ThicknessProperty_value_Inverse; public final Resource Element; public final Resource ElementColoringStyle; + public final Resource ElevationRectangleStyle; public final Resource Functions; public final Resource Functions_arrowLengthPropertyEnumerationValues; public final Resource Functions_arrowLengthPropertyModifier; @@ -483,6 +484,7 @@ public class DistrictNetworkResource { public static final String Edge_ThicknessProperty_value_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Edge/ThicknessProperty/value/Inverse"; public static final String Element = "http://www.simantics.org/DistrictNetwork-1.0/Element"; public static final String ElementColoringStyle = "http://www.simantics.org/DistrictNetwork-1.0/ElementColoringStyle"; + 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"; public static final String Functions_arrowLengthPropertyEnumerationValues = "http://www.simantics.org/DistrictNetwork-1.0/Functions/arrowLengthPropertyEnumerationValues"; public static final String Functions_arrowLengthPropertyModifier = "http://www.simantics.org/DistrictNetwork-1.0/Functions/arrowLengthPropertyModifier"; @@ -866,6 +868,7 @@ public class DistrictNetworkResource { Edge_ThicknessProperty_value_Inverse = getResourceOrNull(graph, URIs.Edge_ThicknessProperty_value_Inverse); Element = getResourceOrNull(graph, URIs.Element); ElementColoringStyle = getResourceOrNull(graph, URIs.ElementColoringStyle); + ElevationRectangleStyle = getResourceOrNull(graph, URIs.ElevationRectangleStyle); Functions = getResourceOrNull(graph, URIs.Functions); Functions_arrowLengthPropertyEnumerationValues = getResourceOrNull(graph, URIs.Functions_arrowLengthPropertyEnumerationValues); Functions_arrowLengthPropertyModifier = getResourceOrNull(graph, URIs.Functions_arrowLengthPropertyModifier); -- 2.45.2