|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.ConditionObserverRequest
public class ConditionObserverRequest
Request send to a condition observer module, controlling the behavior of the module.
| Constructor Summary | |
|---|---|
ConditionObserverRequest(SPR spr,
int conditionId,
String command)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
String |
getCommand()
Get the command handled by this behavior. |
int |
getConditionId()
Get the numerical ID of the observed condition. |
Boolean |
getResult()
Gets the result of the request. |
SPR |
getSPR()
Get the SPR handled by this behavior. |
void |
setSucceeded(boolean success)
Indicates if this request has succeeded. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
hasResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionObserverRequest(SPR spr,
int conditionId,
String command)
spr - The receiving SPR.conditionId - The condition to be handled.command - The command as string.| Method Detail |
|---|
public SPR getSPR()
public String getCommand()
public int getConditionId()
public void setSucceeded(boolean success)
success - True, if successful, false otherwisepublic Boolean getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||