]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.selection/src/org/simantics/district/selection/ElementSelectionResource.java
Selection of highlight color for District Finder queries
[simantics/district.git] / org.simantics.district.selection / src / org / simantics / district / selection / ElementSelectionResource.java
index 913076ddcc694fa0531ba5fa3e56faf50eea84f9..8690c81cb6df6f64846c84b974024ab1837833f0 100644 (file)
@@ -52,6 +52,10 @@ public class ElementSelectionResource {
     public final Resource Selection_HasCondition_Inverse;
     public final Resource Selection_HasGenerator;
     public final Resource Selection_HasGenerator_Inverse;
+    public final Resource Selection_HasHighlightColor;
+    public final Resource Selection_HasHighlightColor_Inverse;
+    public final Resource Selection_HasLineWidth;
+    public final Resource Selection_HasLineWidth_Inverse;
     public final Resource Selection_HasSelector;
     public final Resource Selection_HasSelector_Inverse;
     public final Resource Selector;
@@ -103,6 +107,10 @@ public class ElementSelectionResource {
         public static final String Selection_HasCondition_Inverse = "http://www.simantics.org/ElementSelection-1.0/Selection/HasCondition/Inverse";
         public static final String Selection_HasGenerator = "http://www.simantics.org/ElementSelection-1.0/Selection/HasGenerator";
         public static final String Selection_HasGenerator_Inverse = "http://www.simantics.org/ElementSelection-1.0/Selection/HasGenerator/Inverse";
+        public static final String Selection_HasHighlightColor = "http://www.simantics.org/ElementSelection-1.0/Selection/HasHighlightColor";
+        public static final String Selection_HasHighlightColor_Inverse = "http://www.simantics.org/ElementSelection-1.0/Selection/HasHighlightColor/Inverse";
+        public static final String Selection_HasLineWidth = "http://www.simantics.org/ElementSelection-1.0/Selection/HasLineWidth";
+        public static final String Selection_HasLineWidth_Inverse = "http://www.simantics.org/ElementSelection-1.0/Selection/HasLineWidth/Inverse";
         public static final String Selection_HasSelector = "http://www.simantics.org/ElementSelection-1.0/Selection/HasSelector";
         public static final String Selection_HasSelector_Inverse = "http://www.simantics.org/ElementSelection-1.0/Selection/HasSelector/Inverse";
         public static final String Selector = "http://www.simantics.org/ElementSelection-1.0/Selector";
@@ -164,6 +172,10 @@ public class ElementSelectionResource {
         Selection_HasCondition_Inverse = getResourceOrNull(graph, URIs.Selection_HasCondition_Inverse);
         Selection_HasGenerator = getResourceOrNull(graph, URIs.Selection_HasGenerator);
         Selection_HasGenerator_Inverse = getResourceOrNull(graph, URIs.Selection_HasGenerator_Inverse);
+        Selection_HasHighlightColor = getResourceOrNull(graph, URIs.Selection_HasHighlightColor);
+        Selection_HasHighlightColor_Inverse = getResourceOrNull(graph, URIs.Selection_HasHighlightColor_Inverse);
+        Selection_HasLineWidth = getResourceOrNull(graph, URIs.Selection_HasLineWidth);
+        Selection_HasLineWidth_Inverse = getResourceOrNull(graph, URIs.Selection_HasLineWidth_Inverse);
         Selection_HasSelector = getResourceOrNull(graph, URIs.Selection_HasSelector);
         Selection_HasSelector_Inverse = getResourceOrNull(graph, URIs.Selection_HasSelector_Inverse);
         Selector = getResourceOrNull(graph, URIs.Selector);