|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.FiredConditionInfo
public class FiredConditionInfo
Sunrise implementation of fired condition result.
| Constructor Summary | |
|---|---|
FiredConditionInfo(ICondition firedCondition,
PositionInformation positionInformation,
IMotion stoppedMotion)
Creates a new instance of FiredConditionInfo. |
|
| Method Summary | |
|---|---|
ICondition |
getFiredCondition()
Gets the fired condition. |
PositionInformation |
getPositionInfo()
Gets the position snapshot where the condition has fired. |
IMotion |
getStoppedMotion()
Gets the motion that was executed when the stop condition has fired. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FiredConditionInfo(ICondition firedCondition,
PositionInformation positionInformation,
IMotion stoppedMotion)
FiredConditionInfo.
firedCondition - The condition which has fired.positionInformation - The position information snapshot where the condition has
fired.stoppedMotion - The executing motion when the condition was fired.| Method Detail |
|---|
public ICondition getFiredCondition()
IFiredConditionInfo
getFiredCondition in interface IFiredConditionInfopublic PositionInformation getPositionInfo()
IFiredConditionInfo
getPositionInfo in interface IFiredConditionInfopublic IMotion getStoppedMotion()
IFiredConditionInfo
getStoppedMotion in interface IFiredConditionInfopublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||