|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.SunriseStopCondition
com.kuka.roboticsAPI.controllerModel.sunrise.api.ExpressionStopCondition
public class ExpressionStopCondition
The NewStopCondition supports expressions which can be dynamically
generated during runtime and using runtime data.| Constructor Summary | |
|---|---|
ExpressionStopCondition(Expression expression)
Creates a new stop condition with the given expression. |
|
| Method Summary | |
|---|---|
String |
getCondition()
Gets the condition (the expression) of the stop condition. |
Expression |
getExpression()
Gets the expression of the stop condition. |
boolean |
hasSameDataAs(Object obj)
|
void |
setExpression(Expression expression)
Sets the expression for the stop condition. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SunriseStopCondition |
|---|
getErrorMessage, getUserDefinedStopCondition, hasFired, isErrorStopCondition, isStop1StopCondition, markAsErrorStopCondition, markAsErrorStopCondition, markAsStop1StopCondition, resetFired, setConditionExpression, setFired, setUserDefinedStopCondition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionStopCondition(Expression expression)
expression - The expression for the stop condition.| Method Detail |
|---|
public Expression getExpression()
public void setExpression(Expression expression)
expression - the expression to setpublic String getCondition()
getCondition in class SunriseStopConditionpublic String toString()
toString in class SunriseStopConditionpublic boolean hasSameDataAs(Object obj)
hasSameDataAs in interface com.kuka.common.IDataEquatablehasSameDataAs in class SunriseStopCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||