]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Annotation.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Annotation.scl
diff --git a/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl b/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl
new file mode 100644 (file)
index 0000000..a6a5f0f
--- /dev/null
@@ -0,0 +1,11 @@
+import "Simantics/Model" hiding (copyAnnotationTypes)\r
+\r
+importJava "org.simantics.modeling.ModelingUtils" where\r
+    \r
+    """Copies annotation types from one model to another."""\r
+    copyAnnotationTypes :: Model -> Model -> <WriteGraph> ()\r
+    """Copies annotation from resource to resource."""\r
+    copyPossibleAnnotation :: Resource -> Resource -> Resource -> <WriteGraph> Maybe Resource\r
+    copyPossibleAnnotation2 :: Resource -> Resource -> Resource -> Resource -> <WriteGraph> ()\r
+    \r
+    
\ No newline at end of file