Package com.nomagic.magicdraw.annotation
Interface AnnotationSubsetConfigurator
-
@OpenApiAll public interface AnnotationSubsetConfigurator
When registered toAnnotationSubsetConfigurators
, can modify (restrict, append) annotation categories that are 1) Highlighted in diagrams by drawing rectangle around symbols 2) Marked in the diagram right-side bar (marker area)- See Also:
AnnotationSubset
,AnnotationSubsetConfigurators
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationSubset
configureHighlightAnnotationSubset(AnnotationSubset highlightedAnnotations)
AnnotationSubset
configureMarkerAnnotationSubset(AnnotationSubset markedAnnotations)
static AnnotationSubset
excludeCategories(AnnotationSubset subset, AnnotationCategory... toExclude)
-
-
-
Method Detail
-
configureHighlightAnnotationSubset
AnnotationSubset configureHighlightAnnotationSubset(AnnotationSubset highlightedAnnotations)
- Returns:
- different subset to be highlighted in diagrams, or the same instance if it does not change
-
configureMarkerAnnotationSubset
AnnotationSubset configureMarkerAnnotationSubset(AnnotationSubset markedAnnotations)
- Returns:
- different subset to be highlighted in diagrams, or the same instance if it does not change
-
excludeCategories
static AnnotationSubset excludeCategories(AnnotationSubset subset, AnnotationCategory... toExclude)
-
-