]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph
Improved shared library structure dump to take more types into account
[simantics/platform.git] / bundles / org.simantics.modeling.ontology / graph / Modeling.pgraph
index 52a37f738ca76566ede5fe44d1589a174c042536..82808f837b425f2726f1f9df57f279249997d29e 100644 (file)
@@ -5,6 +5,7 @@ PROJ = <http://www.simantics.org/Project-1.2>
 G2D = <http://www.simantics.org/G2D-1.1>
 DIA = <http://www.simantics.org/Diagram-2.2>
 SIMU = <http://www.simantics.org/Simulation-1.1>
+GF = <http://www.simantics.org/GraphFile-0.1>
 DOC = <http://www.simantics.org/Document-1.2>
 ISSUE = <http://www.simantics.org/Issue-1.2>
 SG = <http://www.simantics.org/Scenegraph-1.1>
@@ -546,18 +547,27 @@ L0.SCLModule
     MOD.SCLModuleContentDumpFunction
       @L0.sclValue "sclModuleContentDump" "Resource -> <ReadGraph> Vector Byte"
 
+L0.SCLScript
+  MOD.contentDumpFunction
+    MOD.SCLScriptContentDumpFunction
+      @L0.sclValue "sclScriptContentDump" "Resource -> <ReadGraph> Vector Byte"
+
 L0.PGraph
   MOD.contentDumpFunction
     MOD.PGraphContentDumpFunction
       @L0.sclValue "pgraphContentDump" "Resource -> <ReadGraph> Vector Byte"
 
+GF.File
+  MOD.contentDumpFunction
+    MOD.GraphFileContentDumpFunction
+      @L0.sclValue "graphFileContentDump" "Resource -> <ReadGraph> Vector Byte"
+
 STR.Component
   MOD.contentDumpFunction
     MOD.StructuralComponentContentDumpFunction
       @L0.sclValue "structuralComponentContentDump" "Resource -> <ReadGraph> Vector Byte"
-      
+
 SEL.GenericParameterType
   MOD.contentDumpFunction
     MOD.GenericParameterTypeContentDumpFunction
       @L0.sclValue "genericParameterTypeContentDump" "Resource -> <ReadGraph> Vector Byte"
-    
\ No newline at end of file