org.eclipse.gmt.umlx.editor.command
Interface IModelStateCommand<T extends IModelState>

All Superinterfaces:
IAbstractCommand
All Known Implementing Classes:
CompoundModelStateCommand, CreateCommand, DeleteCommand, ModelStateCommand, ReconnectCommand

public interface IModelStateCommand<T extends IModelState>
extends IAbstractCommand


Method Summary
 T getModelState()
           
 void setHasSelection(boolean hasSelection)
           
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.command.IAbstractCommand
addSelectedObjects, canExecute, canUndo, couldNotUnlock, diagnoseCannotExecute, dispose, execute, getCommand, getLabel, prepare, prepare, redo, requestModification, undo
 

Method Detail

getModelState

T getModelState()

setHasSelection

void setHasSelection(boolean hasSelection)