Class ExecuteEvlFixCommand
java.lang.Object
org.eclipse.epsilon.evl.emf.validation.ExecuteEvlFixCommand
- All Implemented Interfaces:
org.eclipse.emf.common.command.Command
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.ecore.change.ChangeDescriptionprotected FixInstanceprotected InMemoryEmfModel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanUndo()org.eclipse.emf.common.command.Commandchain(org.eclipse.emf.common.command.Command command) voiddispose()voidexecute()Collection<?>getLabel()Collection<?>voidredo()voidundo()
-
Field Details
-
fix
-
model
-
changeDescription
protected org.eclipse.emf.ecore.change.ChangeDescription changeDescription
-
-
Constructor Details
-
ExecuteEvlFixCommand
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceorg.eclipse.emf.common.command.Command
-
redo
public void redo()- Specified by:
redoin interfaceorg.eclipse.emf.common.command.Command
-
canExecute
public boolean canExecute()- Specified by:
canExecutein interfaceorg.eclipse.emf.common.command.Command
-
canUndo
public boolean canUndo()- Specified by:
canUndoin interfaceorg.eclipse.emf.common.command.Command
-
chain
public org.eclipse.emf.common.command.Command chain(org.eclipse.emf.common.command.Command command) - Specified by:
chainin interfaceorg.eclipse.emf.common.command.Command
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.eclipse.emf.common.command.Command
-
getAffectedObjects
- Specified by:
getAffectedObjectsin interfaceorg.eclipse.emf.common.command.Command
-
getDescription
- Specified by:
getDescriptionin interfaceorg.eclipse.emf.common.command.Command
-
getLabel
- Specified by:
getLabelin interfaceorg.eclipse.emf.common.command.Command
-
getResult
- Specified by:
getResultin interfaceorg.eclipse.emf.common.command.Command
-
undo
public void undo()- Specified by:
undoin interfaceorg.eclipse.emf.common.command.Command
-