|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.stopConditions.MotionStopCondition
public abstract class MotionStopCondition
Base class for stop conditions.
| Constructor Summary | |
|---|---|
MotionStopCondition()
|
|
| Method Summary | |
|---|---|
ICondition |
and(ICondition other,
ICondition... others)
Not supported Feature. |
String |
getErrorMessage()
Gets the error message for this stop condition. |
ICondition |
invert()
Not supported Feature. |
MotionStopCondition |
markAsErrorStopCondition()
/** Marks this stop condition as an error stop condition. |
MotionStopCondition |
markAsErrorStopCondition(String errorMessage)
Marks this stop condition as an error stop condition. |
ICondition |
or(ICondition other,
ICondition... others)
Not supported Feature. |
ICondition |
xor(ICondition condition)
Not supported Feature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MotionStopCondition()
| Method Detail |
|---|
public ICondition and(ICondition other,
ICondition... others)
and in interface IConditionother - the condition that will be linked with the calling condition.others - further optional conditions.
public ICondition or(ICondition other,
ICondition... others)
or in interface IConditionother - the condition that will be linked with the calling condition.others - further optional conditions.
public ICondition invert()
invert in interface IConditionpublic ICondition xor(ICondition condition)
xor in interface IConditioncondition - the condition that will be linked with the calling condition.
public MotionStopCondition markAsErrorStopCondition(String errorMessage)
If the motion is stopped due to this stop condition, the assigned container goes to state invalid and will throw an appropriate exception with the specified error message.
errorMessage - The optional error message which should be inserted by the
SunriseController. May be null.
public MotionStopCondition markAsErrorStopCondition()
If the motion is stopped due to this stop condition, the assigned container goes to state invalid and will throw an appropriate exception with no error message.
public String getErrorMessage()
The message is null if this stop condition does not lead to an error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||