|
||||||||||
| 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.AbstractSetOverrideRequest
public class AbstractSetOverrideRequest
Base class for requesting to change an override.
| Constructor Summary | |
|---|---|
AbstractSetOverrideRequest(double override)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
double |
getOverride()
Gets the override of this request. |
Boolean |
getResult()
Gets the result of the request. |
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 AbstractSetOverrideRequest(double override)
override - The desired override. Must be between 0 and 1.| Method Detail |
|---|
public double getOverride()
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 | |||||||||