Package com.nomagic.magicdraw.annotation
Interface AnnotationSubsetConfigurator
@OpenApiAll
public interface AnnotationSubsetConfigurator
When registered to
AnnotationSubsetConfigurators, 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:
-
AnnotationSubsetAnnotationSubsetConfigurators
-
Method Summary
Modifier and TypeMethodDescriptionconfigureHighlightAnnotationSubset(AnnotationSubset highlightedAnnotations) configureMarkerAnnotationSubset(AnnotationSubset markedAnnotations) static AnnotationSubsetexcludeCategories(AnnotationSubset subset, AnnotationCategory... toExclude)
-
Method Details
-
configureHighlightAnnotationSubset
- Returns:
- different subset to be highlighted in diagrams, or the same instance if it does not change
-
configureMarkerAnnotationSubset
- Returns:
- different subset to be highlighted in diagrams, or the same instance if it does not change
-
excludeCategories
-