X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ontology%2Fsrc%2Forg%2Fsimantics%2Fdistrict%2Fnetwork%2Fontology%2FDistrictNetworkResource.java;h=b7801e55a8397e2c40a590e4631b38c274468dbe;hb=d19eff3e4554bde06f2b1408a7ee5dbf17344143;hp=bdcc330f634ee79ca55a8dd6b263a28c6cb85fae;hpb=75b7219d78b67919436a99631905e4d3fd57e765;p=simantics%2Fdistrict.git 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);