]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java
Dynamic vertex SVG symbol generation
[simantics/district.git] / org.simantics.district.network.ontology / src / org / simantics / district / network / ontology / DistrictNetworkResource.java
index 9ef2ef02b2b4ab789ac215102cc26b4a3065ede2..97bf9d0a18aacfaf9a88da89407888a5a20b0809 100644 (file)
@@ -123,6 +123,8 @@ public class DistrictNetworkResource {
     public final Resource HasSpatialRefSystem_Inverse;
     public final Resource HasStartVertex;
     public final Resource HasStartVertex_Inverse;
+    public final Resource HasSymbolFunction;
+    public final Resource HasSymbolFunction_Inverse;
     public final Resource HideStyle;
     public final Resource Images;
     public final Resource Images_MapImage;
@@ -229,6 +231,7 @@ public class DistrictNetworkResource {
     public final Resource VertexMappingParameterType;
     public final Resource VertexScalePropertyParameterType;
     public final Resource VertexSizeStyle;
+    public final Resource VertexSymbolStyle;
     public final Resource Vertex_HasAddress;
     public final Resource Vertex_HasAddress_Inverse;
     public final Resource Vertex_HasDeltaPressure;
@@ -394,6 +397,8 @@ public class DistrictNetworkResource {
         public static final String HasSpatialRefSystem_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSpatialRefSystem/Inverse";
         public static final String HasStartVertex = "http://www.simantics.org/DistrictNetwork-1.0/HasStartVertex";
         public static final String HasStartVertex_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasStartVertex_Inverse";
+        public static final String HasSymbolFunction = "http://www.simantics.org/DistrictNetwork-1.0/HasSymbolFunction";
+        public static final String HasSymbolFunction_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/HasSymbolFunction/Inverse";
         public static final String HideStyle = "http://www.simantics.org/DistrictNetwork-1.0/HideStyle";
         public static final String Images = "http://www.simantics.org/DistrictNetwork-1.0/Images";
         public static final String Images_MapImage = "http://www.simantics.org/DistrictNetwork-1.0/Images/MapImage";
@@ -500,6 +505,7 @@ public class DistrictNetworkResource {
         public static final String VertexMappingParameterType = "http://www.simantics.org/DistrictNetwork-1.0/VertexMappingParameterType";
         public static final String VertexScalePropertyParameterType = "http://www.simantics.org/DistrictNetwork-1.0/VertexScalePropertyParameterType";
         public static final String VertexSizeStyle = "http://www.simantics.org/DistrictNetwork-1.0/VertexSizeStyle";
+        public static final String VertexSymbolStyle = "http://www.simantics.org/DistrictNetwork-1.0/VertexSymbolStyle";
         public static final String Vertex_HasAddress = "http://www.simantics.org/DistrictNetwork-1.0/Vertex/HasAddress";
         public static final String Vertex_HasAddress_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/Vertex/HasAddress/Inverse";
         public static final String Vertex_HasDeltaPressure = "http://www.simantics.org/DistrictNetwork-1.0/Vertex/HasDeltaPressure";
@@ -675,6 +681,8 @@ public class DistrictNetworkResource {
         HasSpatialRefSystem_Inverse = getResourceOrNull(graph, URIs.HasSpatialRefSystem_Inverse);
         HasStartVertex = getResourceOrNull(graph, URIs.HasStartVertex);
         HasStartVertex_Inverse = getResourceOrNull(graph, URIs.HasStartVertex_Inverse);
+        HasSymbolFunction = getResourceOrNull(graph, URIs.HasSymbolFunction);
+        HasSymbolFunction_Inverse = getResourceOrNull(graph, URIs.HasSymbolFunction_Inverse);
         HideStyle = getResourceOrNull(graph, URIs.HideStyle);
         Images = getResourceOrNull(graph, URIs.Images);
         Images_MapImage = getResourceOrNull(graph, URIs.Images_MapImage);
@@ -781,6 +789,7 @@ public class DistrictNetworkResource {
         VertexMappingParameterType = getResourceOrNull(graph, URIs.VertexMappingParameterType);
         VertexScalePropertyParameterType = getResourceOrNull(graph, URIs.VertexScalePropertyParameterType);
         VertexSizeStyle = getResourceOrNull(graph, URIs.VertexSizeStyle);
+        VertexSymbolStyle = getResourceOrNull(graph, URIs.VertexSymbolStyle);
         Vertex_HasAddress = getResourceOrNull(graph, URIs.Vertex_HasAddress);
         Vertex_HasAddress_Inverse = getResourceOrNull(graph, URIs.Vertex_HasAddress_Inverse);
         Vertex_HasDeltaPressure = getResourceOrNull(graph, URIs.Vertex_HasDeltaPressure);