|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.StopConditionType
public final class StopConditionType
StopConditionIndex is defined in Sunrise as follows.
| Field Summary | |
|---|---|
static StopConditionType |
STOPCONDITIONID_CANCEL
Ruegabewert der StopCondition, wenn in Active ein CancelSPR aufgerufen wurde. |
static StopConditionType |
STOPCONDITIONID_EMERGENCYBREAK
Ruegabewert der StopCondition, wenn in Active ein Not-Halt ausgeloest wurde. |
static StopConditionType |
STOPCONDITIONID_NONE
Standardbelegung für StopCondition ID solange keine StopCondition aktiviert ist. |
static StopConditionType |
STOPCONDITIONID_STACK_CANCEL
Ruegabewert der StopCondition, wenn ein SPR aufgrund der Zugehoerigkeit zu einem Stack gecancelt wurde. |
static StopConditionType |
STOPCONDITIONID_STACK_STOP
Ruegabewert der StopCondition, wenn ein SPR aufgrund der Zugehoerigkeit zu einem Stack beendet wurde. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static StopConditionType |
fromId(int stopConditionIndex)
Creates a condition type from the stop condition index. |
int |
getId()
Gets the id of the request. |
int |
hashCode()
|
boolean |
isValid()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StopConditionType STOPCONDITIONID_NONE
public static final StopConditionType STOPCONDITIONID_CANCEL
public static final StopConditionType STOPCONDITIONID_EMERGENCYBREAK
public static final StopConditionType STOPCONDITIONID_STACK_STOP
public static final StopConditionType STOPCONDITIONID_STACK_CANCEL
| Method Detail |
|---|
public int getId()
public boolean isValid()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static StopConditionType fromId(int stopConditionIndex)
stopConditionIndex - the stop condition index from Sunrise for user defined stop
conditions
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||