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