]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/SCL.scl
Added function createSCLScript to Simantics/SCL API
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / SCL.scl
index 72c733a59f5999dd9c38db1be0d52bfe3474cd81..05fbc0ee21af000cfe89cd769532796185956f3a 100644 (file)
@@ -43,6 +43,8 @@ importJava "org.simantics.modeling.ModelingUtils" where
     createSCLScriptDefault :: Resource -> <WriteGraph> ()
     createPGraphDefault :: Resource -> <WriteGraph> ()
     createSCLModule :: Resource -> String -> <WriteGraph> ()
+    createSCLScript :: Resource -> String -> <WriteGraph> ()
+    createPGraph :: Resource -> String -> <WriteGraph> ()
 
 effect SCL 
     "scl"