Class ChangeSetRepresentation
java.lang.Object
com.nomagic.magicdraw.changespanel.ChangeSetRepresentation
Class to show the change set hierarchy displayed in the Change Set tab, for the specified Change Set.
-
Constructor Summary
ConstructorDescriptionChangeSetRepresentation
(List<String> elementHierarchy, ElementChangeType elementChangeType) -
Method Summary
Modifier and TypeMethodDescriptionReturns what type of change element has.Collection shows element's hierarchy in Change Set tab.
-
Constructor Details
-
ChangeSetRepresentation
- Parameters:
elementHierarchy
- collection of elements names.elementChangeType
- element's change type.
-
-
Method Details
-
getElementHierarchy
Collection shows element's hierarchy in Change Set tab. Last element of collection is the element of specific Change Set row.- Returns:
- element's hierarchy
-
getElementChangeType
Returns what type of change element has.- Returns:
- element's change type
-