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