]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop/src/org/simantics/interop/stubs/InteropResource.java
Ability to store selected data for model updates.
[simantics/interop.git] / org.simantics.interop / src / org / simantics / interop / stubs / InteropResource.java
index 48c0e3a7774971f6660cb9bd499bb52fd4414246..4ad00569d5a74cf72a7b69232369133fef07c7ea 100644 (file)
@@ -13,6 +13,7 @@ public class InteropResource {
     public final Resource HasGeneratorID;\r
     public final Resource HasGeneratorID_Inverse;\r
     public final Resource HasImportData;\r
+    public final Resource HasInputResource;\r
     public final Resource HasSource;\r
     public final Resource INodeType;\r
     public final Resource ImportDataOf;\r
@@ -26,6 +27,7 @@ public class InteropResource {
         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 HasInputResource = "http://www.simantics.org/Interop-1.0/HasInputResource";\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 ImportDataOf = "http://www.simantics.org/Interop-1.0/ImportDataOf";\r
@@ -49,6 +51,7 @@ public class InteropResource {
         HasGeneratorID = getResourceOrNull(graph, URIs.HasGeneratorID);\r
         HasGeneratorID_Inverse = getResourceOrNull(graph, URIs.HasGeneratorID_Inverse);\r
         HasImportData = getResourceOrNull(graph, URIs.HasImportData);\r
+        HasInputResource = getResourceOrNull(graph, URIs.HasInputResource);\r
         HasSource = getResourceOrNull(graph, URIs.HasSource);\r
         INodeType = getResourceOrNull(graph, URIs.INodeType);\r
         ImportDataOf = getResourceOrNull(graph, URIs.ImportDataOf);\r