]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d.ontology/src/org/simantics/plant3d/ontology/Plant3D.java
Maven pom.xml files for plant3d projects
[simantics/3d.git] / org.simantics.plant3d.ontology / src / org / simantics / plant3d / ontology / Plant3D.java
index 3e430365d3327283b422b4d9a27f5b923b8606da..817c94758fd61cd2bc89ebed997a1d904128b7e5 100644 (file)
@@ -56,16 +56,14 @@ public class Plant3D {
     public final Resource HasBranch7;
     public final Resource HasBranch8;
     public final Resource HasBranch9;
+    public final Resource HasFixedNozzles;
+    public final Resource HasFixedNozzles_Inverse;
     public final Resource HasLength;
     public final Resource HasLength_Inverse;
     public final Resource HasNext;
     public final Resource HasNozzle;
-    public final Resource HasNozzleDefinition;
-    public final Resource HasNozzleDefinition_Inverse;
     public final Resource HasNozzleId;
     public final Resource HasNozzleId_Inverse;
-    public final Resource HasNozzleRestriction;
-    public final Resource HasNozzleRestriction_Inverse;
     public final Resource HasPipeDiameter;
     public final Resource HasPipeDiameter_Inverse;
     public final Resource HasPipeRun;
@@ -87,6 +85,8 @@ public class Plant3D {
     public final Resource Images_Tank;
     public final Resource ImportedOntologies;
     public final Resource InlineComponent;
+    public final Resource IsFixedNozzle;
+    public final Resource IsFixedNozzle_Inverse;
     public final Resource IsReversed;
     public final Resource IsReversed_Inverse;
     public final Resource LibraryComponent;
@@ -168,16 +168,14 @@ public class Plant3D {
         public static final String HasBranch7 = "http://www.simantics.org/Plant3D-0.1/HasBranch7";
         public static final String HasBranch8 = "http://www.simantics.org/Plant3D-0.1/HasBranch8";
         public static final String HasBranch9 = "http://www.simantics.org/Plant3D-0.1/HasBranch9";
+        public static final String HasFixedNozzles = "http://www.simantics.org/Plant3D-0.1/HasFixedNozzles";
+        public static final String HasFixedNozzles_Inverse = "http://www.simantics.org/Plant3D-0.1/HasFixedNozzles/Inverse";
         public static final String HasLength = "http://www.simantics.org/Plant3D-0.1/HasLength";
         public static final String HasLength_Inverse = "http://www.simantics.org/Plant3D-0.1/HasLength/Inverse";
         public static final String HasNext = "http://www.simantics.org/Plant3D-0.1/HasNext";
         public static final String HasNozzle = "http://www.simantics.org/Plant3D-0.1/HasNozzle";
-        public static final String HasNozzleDefinition = "http://www.simantics.org/Plant3D-0.1/HasNozzleDefinition";
-        public static final String HasNozzleDefinition_Inverse = "http://www.simantics.org/Plant3D-0.1/HasNozzleDefinition/Inverse";
         public static final String HasNozzleId = "http://www.simantics.org/Plant3D-0.1/HasNozzleId";
         public static final String HasNozzleId_Inverse = "http://www.simantics.org/Plant3D-0.1/HasNozzleId/Inverse";
-        public static final String HasNozzleRestriction = "http://www.simantics.org/Plant3D-0.1/HasNozzleRestriction";
-        public static final String HasNozzleRestriction_Inverse = "http://www.simantics.org/Plant3D-0.1/HasNozzleRestriction/Inverse";
         public static final String HasPipeDiameter = "http://www.simantics.org/Plant3D-0.1/HasPipeDiameter";
         public static final String HasPipeDiameter_Inverse = "http://www.simantics.org/Plant3D-0.1/HasPipeDiameter/Inverse";
         public static final String HasPipeRun = "http://www.simantics.org/Plant3D-0.1/HasPipeRun";
@@ -199,6 +197,8 @@ public class Plant3D {
         public static final String Images_Tank = "http://www.simantics.org/Plant3D-0.1/Images/Tank";
         public static final String ImportedOntologies = "http://www.simantics.org/Plant3D-0.1/ImportedOntologies";
         public static final String InlineComponent = "http://www.simantics.org/Plant3D-0.1/InlineComponent";
+        public static final String IsFixedNozzle = "http://www.simantics.org/Plant3D-0.1/IsFixedNozzle";
+        public static final String IsFixedNozzle_Inverse = "http://www.simantics.org/Plant3D-0.1/IsFixedNozzle/Inverse";
         public static final String IsReversed = "http://www.simantics.org/Plant3D-0.1/IsReversed";
         public static final String IsReversed_Inverse = "http://www.simantics.org/Plant3D-0.1/IsReversed/Inverse";
         public static final String LibraryComponent = "http://www.simantics.org/Plant3D-0.1/LibraryComponent";
@@ -290,16 +290,14 @@ public class Plant3D {
         HasBranch7 = getResourceOrNull(graph, URIs.HasBranch7);
         HasBranch8 = getResourceOrNull(graph, URIs.HasBranch8);
         HasBranch9 = getResourceOrNull(graph, URIs.HasBranch9);
+        HasFixedNozzles = getResourceOrNull(graph, URIs.HasFixedNozzles);
+        HasFixedNozzles_Inverse = getResourceOrNull(graph, URIs.HasFixedNozzles_Inverse);
         HasLength = getResourceOrNull(graph, URIs.HasLength);
         HasLength_Inverse = getResourceOrNull(graph, URIs.HasLength_Inverse);
         HasNext = getResourceOrNull(graph, URIs.HasNext);
         HasNozzle = getResourceOrNull(graph, URIs.HasNozzle);
-        HasNozzleDefinition = getResourceOrNull(graph, URIs.HasNozzleDefinition);
-        HasNozzleDefinition_Inverse = getResourceOrNull(graph, URIs.HasNozzleDefinition_Inverse);
         HasNozzleId = getResourceOrNull(graph, URIs.HasNozzleId);
         HasNozzleId_Inverse = getResourceOrNull(graph, URIs.HasNozzleId_Inverse);
-        HasNozzleRestriction = getResourceOrNull(graph, URIs.HasNozzleRestriction);
-        HasNozzleRestriction_Inverse = getResourceOrNull(graph, URIs.HasNozzleRestriction_Inverse);
         HasPipeDiameter = getResourceOrNull(graph, URIs.HasPipeDiameter);
         HasPipeDiameter_Inverse = getResourceOrNull(graph, URIs.HasPipeDiameter_Inverse);
         HasPipeRun = getResourceOrNull(graph, URIs.HasPipeRun);
@@ -321,6 +319,8 @@ public class Plant3D {
         Images_Tank = getResourceOrNull(graph, URIs.Images_Tank);
         ImportedOntologies = getResourceOrNull(graph, URIs.ImportedOntologies);
         InlineComponent = getResourceOrNull(graph, URIs.InlineComponent);
+        IsFixedNozzle = getResourceOrNull(graph, URIs.IsFixedNozzle);
+        IsFixedNozzle_Inverse = getResourceOrNull(graph, URIs.IsFixedNozzle_Inverse);
         IsReversed = getResourceOrNull(graph, URIs.IsReversed);
         IsReversed_Inverse = getResourceOrNull(graph, URIs.IsReversed_Inverse);
         LibraryComponent = getResourceOrNull(graph, URIs.LibraryComponent);