Package com.nomagic.magicdraw.uml
Class AbstractDiagramType
java.lang.Object
com.nomagic.magicdraw.uml.AbstractDiagramType
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
DiagramType
DiagramType
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractDiagramType
public AbstractDiagramType()
-
-
Method Details
-
isTypeOf
-
isTypeOf
Checks if diagram type is of given diagram type (analogy ofinstanceof
operator)- Parameters:
types
- the list of diagram type string representation.- Returns:
true
if this diagram type is a 'subtype' of at least one given diagram type or equal to at least one given diagram type; otherwise -false
.- See Also:
-
clone
-
getType
-
getStandardType
-