]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop/graph/Interop.pgraph
Remove outdated model browser contribution
[simantics/interop.git] / org.simantics.interop / graph / Interop.pgraph
index 4a6fc85eafd5efa7c9540d6c681a14f8e3e9fbe5..3c5362037344db3e5bdc036e01a5b217c5b4e197 100644 (file)
@@ -1,13 +1,26 @@
-L0 = <http://www.simantics.org/Layer0-1.0>\r
-PROJ = <http://www.simantics.org/Project-1.0>\r
-\r
-    \r
-INTEROP = <http://www.simantics.org/Interop-1.0> : L0.Ontology\r
-    L0.HasResourceClass "org.simantics.interop.stubs.InteropResource"\r
-    @L0.new\r
-   \r
-   \r
-INTEROP.ImportLibrary <T L0.Library\r
-\r
-INTEROP.HasSource <R L0.IsWeaklyRelatedTo\r
-    L0.InverseOf INTEROP.HasDestination <R L0.IsWeaklyRelatedTo\r
+L0 = <http://www.simantics.org/Layer0-1.1>
+    
+INTEROP = <http://www.simantics.org/Interop-1.0> : L0.Ontology
+    L0.HasResourceClass "org.simantics.interop.stubs.InteropResource"
+    @L0.new
+   
+INTEROP.HasImportData <R L0.IsWeaklyRelatedTo
+    L0.InverseOf INTEROP.ImportDataOf <R L0.IsWeaklyRelatedTo
+
+// Root node of imported data   
+INTEROP.ImportLibrary <T L0.Library
+
+// Relation from generated model to its input data (Import Library).
+INTEROP.HasSource <R L0.IsWeaklyRelatedTo
+    L0.InverseOf INTEROP.HasDestination <R L0.IsWeaklyRelatedTo
+    L0.HasRange INTEROP.ImportLibrary
+
+// Relation from generated model to its input data (User selected resources in imported data).    
+INTEROP.HasInputResource <R L0.IsWeaklyRelatedTo
+
+// Id of the generator, which generated the model.
+INTEROP.HasGeneratorID <R L0.HasProperty
+    L0.HasRange L0.String
+
+    
+