|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.commandModel.AbstractControllerCommand
com.kuka.roboticsAPI.controllerModel.sunrise.SPRCommand
public class SPRCommand
A command wrapping a SPR execution.
| Constructor Summary | |
|---|---|
SPRCommand(SPR spr,
Controller controller)
Creates a new SPRCommand object. |
|
| Method Summary | |
|---|---|
Controller |
getController()
Gets the controller to which the command is targeted. |
ICommandRuntimeData |
getRuntimeData()
Gets the runtime data object associated with the command. |
SPR |
getSPR()
The SPR assigned to this command. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.commandModel.AbstractControllerCommand |
|---|
acquireResources, releaseResources |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SPRCommand(SPR spr,
Controller controller)
spr - The underlying SPR.controller - The controller.| Method Detail |
|---|
public Controller getController()
null is not allowed!public SPR getSPR()
public String toString()
toString in class Objectpublic ICommandRuntimeData getRuntimeData()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||