]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Testing.scl
Improved shared library structure dump to take more types into account
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Testing.scl
index ce70dd0341eefa69d6e677bbc6433f40a5cd6a36..f1ebaf50c3d5117e99f2737ec85cfa0fcb95cbb2 100644 (file)
@@ -4,3 +4,12 @@ include "Simantics/Variables"
 importJava "org.simantics.modeling.ModelingUtils" where
   withinEpsilon :: Double -> Double -> Double -> String
   exportModel :: Resource -> String -> String -> Integer -> <ReadGraph> ()
+  
+importJava "org.simantics.modeling.ContentDumps" where
+  sclModuleContentDump :: Resource -> <ReadGraph> Vector Byte
+  sclScriptContentDump :: Resource -> <ReadGraph> Vector Byte
+  pgraphContentDump :: Resource -> <ReadGraph> Vector Byte
+  graphFileContentDump :: Resource -> <ReadGraph> Vector Byte
+  structuralComponentContentDump :: Resource -> <ReadGraph> Vector Byte
+  genericParameterTypeContentDump :: Resource -> <ReadGraph> Vector Byte
+