]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop/src/org/simantics/interop/stubs/InteropResource.java
git-svn-id: https://www.simantics.org/svn/simantics/interoperability/trunk@22380...
[simantics/interop.git] / org.simantics.interop / src / org / simantics / interop / stubs / InteropResource.java
index fd1d7ed5d776fb11746743018b864f02bd7962fd..6115e7a2ffcd65fddb4c79b21a163074b521ffb4 100644 (file)
@@ -9,6 +9,8 @@ import org.simantics.db.exception.DatabaseException;
 public class InteropResource {\r
     \r
     public final Resource HasDestination;\r
 public class InteropResource {\r
     \r
     public final Resource HasDestination;\r
+    public final Resource HasGeneratorID;\r
+    public final Resource HasGeneratorID_Inverse;\r
     public final Resource HasImportData;\r
     public final Resource HasSource;\r
     public final Resource INodeType;\r
     public final Resource HasImportData;\r
     public final Resource HasSource;\r
     public final Resource INodeType;\r
@@ -20,6 +22,8 @@ public class InteropResource {
         \r
     public static class URIs {\r
         public static final String HasDestination = "http://www.simantics.org/Interop-1.0/HasDestination";\r
         \r
     public static class URIs {\r
         public static final String HasDestination = "http://www.simantics.org/Interop-1.0/HasDestination";\r
+        public static final String HasGeneratorID = "http://www.simantics.org/Interop-1.0/HasGeneratorID";\r
+        public static final String HasGeneratorID_Inverse = "http://www.simantics.org/Interop-1.0/HasGeneratorID/Inverse";\r
         public static final String HasImportData = "http://www.simantics.org/Interop-1.0/HasImportData";\r
         public static final String HasSource = "http://www.simantics.org/Interop-1.0/HasSource";\r
         public static final String INodeType = "http://www.simantics.org/Interop-1.0/INodeType";\r
         public static final String HasImportData = "http://www.simantics.org/Interop-1.0/HasImportData";\r
         public static final String HasSource = "http://www.simantics.org/Interop-1.0/HasSource";\r
         public static final String INodeType = "http://www.simantics.org/Interop-1.0/INodeType";\r
@@ -41,6 +45,8 @@ public class InteropResource {
     \r
     public InteropResource(ReadGraph graph) {\r
         HasDestination = getResourceOrNull(graph, URIs.HasDestination);\r
     \r
     public InteropResource(ReadGraph graph) {\r
         HasDestination = getResourceOrNull(graph, URIs.HasDestination);\r
+        HasGeneratorID = getResourceOrNull(graph, URIs.HasGeneratorID);\r
+        HasGeneratorID_Inverse = getResourceOrNull(graph, URIs.HasGeneratorID_Inverse);\r
         HasImportData = getResourceOrNull(graph, URIs.HasImportData);\r
         HasSource = getResourceOrNull(graph, URIs.HasSource);\r
         INodeType = getResourceOrNull(graph, URIs.INodeType);\r
         HasImportData = getResourceOrNull(graph, URIs.HasImportData);\r
         HasSource = getResourceOrNull(graph, URIs.HasSource);\r
         INodeType = getResourceOrNull(graph, URIs.INodeType);\r