|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.recovery.RecoveryInformation
public class RecoveryInformation
The data needed for resuming an application.
| Constructor Summary | |
|---|---|
RecoveryInformation(JointPosition recoveryPosition,
IMotionControlMode recoveryMode,
PhysicalObject attachedToolObject)
Creates an instance of the class. |
|
| Method Summary | |
|---|---|
PhysicalObject |
getAttachedToolObject()
Returns the physical object that represents the load data and TCP state at the time the motion was commanded. |
IMotionControlMode |
getRecoveryMode()
Gets the IMotionControlMode of the last executed motion. |
JointPosition |
getRecoveryPosition()
Gets the last commanded JointPosition. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecoveryInformation(JointPosition recoveryPosition,
IMotionControlMode recoveryMode,
PhysicalObject attachedToolObject)
recoveryPosition - the last commanded JointPosition.recoveryMode - the IMotionControlMode of the last executed motion.attachedToolObject - a physical object that represents the load data and TCP state at the time the motion was commanded| Method Detail |
|---|
public JointPosition getRecoveryPosition()
JointPosition.
JointPosition.public PhysicalObject getAttachedToolObject()
public IMotionControlMode getRecoveryMode()
IMotionControlMode of the last executed motion.
IMotionControlMode of the last executed motion.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||