Uses of Interface
com.kuka.command.ICommand

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
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
boolean
ICommandPipe.canExecute(T command)
          Tests if a command can be executed by this command pipe.
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
E
ICommandPipe.execute(T command)
          Executes the given command synchronously.
<T extends ICommand<T,E>,E extends ICommandExecutionContainer<T,?,?>>
E
ICommandPipe.executeAsync(T command)
          Executes the given command asynchronously.
 



Copyright © 2019. All rights reserved.