|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICommand | |
|---|---|
| com.kuka.command | Contains interfaces providing infrastructure for use of commands. |
| Uses of ICommand in com.kuka.command |
|---|
| Classes in com.kuka.command with type parameters of type ICommand | |
|---|---|
interface |
ICommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing a command that can be executed by a ICommandPipe
. |
interface |
ICommandExecutionContainer<T extends ICommand<T,?>,R extends IExecutionResult,S extends IExecutionState<?>>
An interface describing the methods of an unit responsible for the management of the runtime information of a command. |
interface |
IParameterizableCommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing parameterizable command. |
| Subinterfaces of ICommand in com.kuka.command | |
|---|---|
interface |
IParameterizableCommand<T extends ICommand<?,E>,E extends ICommandExecutionContainer<?,?,?>>
Interface describing parameterizable command. |
| Methods in com.kuka.command with type parameters of type ICommand | ||
|---|---|---|
|
ICommandPipe.canExecute(T command)
Tests if a command can be executed by this command pipe. |
|
|
ICommandPipe.execute(T command)
Executes the given command synchronously. |
|
|
ICommandPipe.executeAsync(T command)
Executes the given command asynchronously. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||