com.kuka.roboticsAPI.controllerModel.sunrise.xml
Class XmlStopCondition
java.lang.Object
com.kuka.roboticsAPI.controllerModel.sunrise.api.SunriseStopCondition
com.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlStopCondition
- All Implemented Interfaces:
- com.kuka.common.IDataEquatable
public final class XmlStopCondition
- extends SunriseStopCondition
Special stop condition class for xml stop conditions.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SunriseStopCondition |
getCondition, getErrorMessage, getUserDefinedStopCondition, hasFired, hasSameDataAs, isErrorStopCondition, isStop1StopCondition, markAsErrorStopCondition, markAsErrorStopCondition, markAsStop1StopCondition, resetFired, setConditionExpression, setFired, setUserDefinedStopCondition, toString |
XmlStopCondition
public XmlStopCondition(String condition,
String reactionType,
String reactionContainer)
- Creates a new XmlStopCondition class.
- Parameters:
condition - The condition.reactionType - The reaction type.reactionContainer - The reaction container.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getReactionType
public String getReactionType()
- Gets the reaction type of the stop condition.
- Returns:
- The reaction type of the stop condition.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getReactionContainer
public String getReactionContainer()
- Gets the reaction container of the stop condition.
- Returns:
- The reaction container of the stop condition.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.