|
||||||||||
| 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.AbstractDeviceRequest
com.kuka.roboticsAPI.requestModel.GetAlphaAngleRequest
public class GetAlphaAngleRequest
Request to calculate the alpha angle.
| Field Summary | |
|---|---|
static String |
PARAM_ALPHAANGLE
Alpha angle parameter name. |
| Constructor Summary | |
|---|---|
GetAlphaAngleRequest(LBR lbr,
JointPosition joints)
Creates a new GetAlphaAngleRequest. |
|
| Method Summary | |
|---|---|
Robot |
getDevice()
The device to which the request is issued. |
JointPosition |
getJoints()
Gets the joints for which the alpha angle should be calculated. |
Double |
getResult()
Gets the result of the request. |
boolean |
hasResult()
Returns true if getResult is not null. |
void |
setResult(double result)
Sets the result for this request. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_ALPHAANGLE
| Constructor Detail |
|---|
public GetAlphaAngleRequest(LBR lbr,
JointPosition joints)
lbr - The lbrjoints - The joint angles for which the alpha angle is calculated.| Method Detail |
|---|
public boolean hasResult()
AbstractRequestnull. May be overridden by subclasses to
determine if the request has a result in a different way.
hasResult in interface IRequesthasResult in class AbstractRequestpublic Double getResult()
IRequest
public Robot getDevice()
AbstractDeviceRequest
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic JointPosition getJoints()
public void setResult(double result)
result - The result for this request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||