Uses of Interface
com.kuka.nav.command.CommandContainer

Packages that use CommandContainer
com.kuka.nav.command Contains interfaces providing infrastructure for using navigation commands. 
com.kuka.nav.rel This package contains relative motion API classes. 
 

Uses of CommandContainer in com.kuka.nav.command
 

Subinterfaces of CommandContainer in com.kuka.nav.command
 interface ActionContainer<T extends ICommand<T,?>,R extends NavExecutionResult>
          An interface describing the methods of an unit responsible for the management of the runtime information of a navigation action.
 interface BasicCommandContainer<T extends ICommand<T,? extends BasicCommandContainer<T>>>
          An interface describing the methods of an unit responsible for the management of the runtime information of a navigation command.
 interface MotionContainer<T extends ICommand<T,?>,R extends NavExecutionResult>
          An interface describing the methods of a unit responsible for the management of the runtime information of a navigation motion.
 

Uses of CommandContainer in com.kuka.nav.rel
 

Subinterfaces of CommandContainer in com.kuka.nav.rel
 interface RelativeMotionContainer
          This class is responsible for the management of the runtime information of relative motion.
 



Copyright © 2019. All rights reserved.