T - result typeU - parameter typepublic abstract class EMFStoreCommandWithParameterAndResult<T,U> extends AbstractEMFStoreCommand
| Constructor and Description |
|---|
EMFStoreCommandWithParameterAndResult() |
| Modifier and Type | Method and Description |
|---|---|
T |
run(U parameter)
Deprecated.
Use run(boolean) instead
|
T |
run(U parameter,
boolean ignoreExceptions)
Executes the command on the workspaces editing domain.
|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptionspublic EMFStoreCommandWithParameterAndResult()
@Deprecated public T run(U parameter)
parameter - the parameterCopyright © 2017. All rights reserved.