]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 import "Simantics/Model" hiding (copyAnnotationTypes)
2
3 importJava "org.simantics.modeling.ModelingUtils" where
4     
5     """Copies annotation types from one model to another."""
6     copyAnnotationTypes :: Model -> Model -> <WriteGraph> ()
7     """Copies annotation from resource to resource."""
8     copyPossibleAnnotation :: Resource -> Resource -> Resource -> <WriteGraph> Maybe Resource
9     copyPossibleAnnotation2 :: Resource -> Resource -> Resource -> Resource -> <WriteGraph> ()
10     
11