org.eclipse.uml2.common.edit.command
Class SubsetSupersetCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CompoundCommand
org.eclipse.uml2.common.edit.command.SubsetSupersetCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- SubsetSupersetReplaceCommand, SubsetSupersetSetCommand
- public abstract class SubsetSupersetCommand
- extends CompoundCommand
Methods inherited from class org.eclipse.emf.common.command.CompoundCommand |
append, appendAndExecute, appendIfCanExecute, canUndo, dispose, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, redo, toString, undo, unwrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
domain
protected final EditingDomain domain
owner
protected final EObject owner
feature
protected final EStructuralFeature feature
supersetFeatures
protected final EStructuralFeature[] supersetFeatures
subsetFeatures
protected final EStructuralFeature[] subsetFeatures
subsetSupersetCommand
protected final Command subsetSupersetCommand
SubsetSupersetCommand
protected SubsetSupersetCommand(EditingDomain domain,
EObject owner,
EStructuralFeature feature,
EStructuralFeature[] supersetFeatures,
EStructuralFeature[] subsetFeatures,
Command subsetSupersetCommand)
execute
public void execute()
prepare
protected boolean prepare()