Class CreateModelCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.transaction.RecordingCommand
org.palladiosimulator.editors.sirius.ui.wizard.model.CreateModelCommand
- All Implemented Interfaces:
Command,org.eclipse.emf.transaction.util.ConditionalRedoCommand
public class CreateModelCommand
extends org.eclipse.emf.transaction.RecordingCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtyingNested classes/interfaces inherited from interface org.eclipse.emf.transaction.util.ConditionalRedoCommand
org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound -
Field Summary
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label -
Constructor Summary
ConstructorsConstructorDescriptionCreateModelCommand(org.eclipse.emf.transaction.TransactionalEditingDomain domain, URI modelURI, EObject modelObject) -
Method Summary
Methods inherited from class org.eclipse.emf.transaction.RecordingCommand
canRedo, canUndo, chain, dispose, execute, postExecute, preExecute, prepare, redo, undoMethods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.common.command.Command
canExecute, getAffectedObjects, getDescription, getLabel, getResult
-
Constructor Details
-
CreateModelCommand
-
-
Method Details
-
doExecute
protected void doExecute()- Specified by:
doExecutein classorg.eclipse.emf.transaction.RecordingCommand
-