]> gerrit.simantics Code Review - simantics/platform.git/blob - Annotation.scl
978ccb1a08043994f20e543d21116e934ac00130
[simantics/platform.git] / 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