1 import "Simantics/Model" hiding (copyAnnotationTypes)
3 importJava "org.simantics.modeling.ModelingUtils" where
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> ()