]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ontology/graph/Modeling.pgraph
Changed SCLTypeUtils to not log warnings for non-property relations
[simantics/platform.git] / bundles / org.simantics.modeling.ontology / graph / Modeling.pgraph
index 52a37f738ca76566ede5fe44d1589a174c042536..865f03e989527c9571d51d8c3be511586c1fd49e 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>
@@ -374,6 +375,7 @@ MOD.HasSourceInformation --> MOD.SourceInformation <R L0.IsRelatedTo : L0.Functi
 //##########################################################################
 
 MOD.ChangeInformation <T L0.Literal
+    @L0.assert L0.HasValueType "ChangeInformation"
     @L0.assert L0.HasDataType ${ createdBy : String, createdAt : Long, modifiedBy : String, modifiedAt : Long }
 
 MOD.Functions.modificationTimeTextLong : L0.Function
@@ -546,18 +548,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