org.eclipse.uml2.common.edit.command
Class SupersetCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.CompoundCommand
org.eclipse.uml2.common.edit.command.SupersetCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- SupersetRemoveCommand, SupersetReplaceCommand, SupersetSetCommand
- public abstract class SupersetCommand
- 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 |
domain
protected final EditingDomain domain
owner
protected final EObject owner
feature
protected final EStructuralFeature feature
subsetFeatures
protected final EStructuralFeature[] subsetFeatures
supersetCommand
protected final Command supersetCommand
SupersetCommand
protected SupersetCommand(EditingDomain domain,
EObject owner,
EStructuralFeature feature,
EStructuralFeature[] subsetFeatures,
Command supersetCommand)
execute
public void execute()
- See Also:
Command.execute()
prepare
protected boolean prepare()
- See Also:
AbstractCommand.prepare()