]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Annotation.scl
Fixed Simantics/Diagram/setElements to resolve attachment relations
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Annotation.scl
index a6a5f0f0e5e115d130530919bc9ab9c1da08abae..978ccb1a08043994f20e543d21116e934ac00130 100644 (file)
@@ -1,11 +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
+import "Simantics/Model" hiding (copyAnnotationTypes)
+
+importJava "org.simantics.modeling.ModelingUtils" where
+    
+    """Copies annotation types from one model to another."""
+    copyAnnotationTypes :: Model -> Model -> <WriteGraph> ()
+    """Copies annotation from resource to resource."""
+    copyPossibleAnnotation :: Resource -> Resource -> Resource -> <WriteGraph> Maybe Resource
+    copyPossibleAnnotation2 :: Resource -> Resource -> Resource -> Resource -> <WriteGraph> ()
+    
     
\ No newline at end of file