X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fscl%2FSimantics%2FAnnotation.scl;h=978ccb1a08043994f20e543d21116e934ac00130;hp=a6a5f0f0e5e115d130530919bc9ab9c1da08abae;hb=77d7e2176bf9b031dbe216339568d316066bcfc1;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl b/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl index a6a5f0f0e..978ccb1a0 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Annotation.scl @@ -1,11 +1,11 @@ -import "Simantics/Model" hiding (copyAnnotationTypes) - -importJava "org.simantics.modeling.ModelingUtils" where - - """Copies annotation types from one model to another.""" - copyAnnotationTypes :: Model -> Model -> () - """Copies annotation from resource to resource.""" - copyPossibleAnnotation :: Resource -> Resource -> Resource -> Maybe Resource - copyPossibleAnnotation2 :: Resource -> Resource -> Resource -> Resource -> () - +import "Simantics/Model" hiding (copyAnnotationTypes) + +importJava "org.simantics.modeling.ModelingUtils" where + + """Copies annotation types from one model to another.""" + copyAnnotationTypes :: Model -> Model -> () + """Copies annotation from resource to resource.""" + copyPossibleAnnotation :: Resource -> Resource -> Resource -> Maybe Resource + copyPossibleAnnotation2 :: Resource -> Resource -> Resource -> Resource -> () + \ No newline at end of file