|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAction
Interface which has to be implemented by all actions.
| Method Summary | |
|---|---|
void |
acquireResources(Device device)
Prepares the action. |
void |
releaseResources(Device device)
Called when the instruction which is associated with the action is released. |
| Methods inherited from interface com.kuka.roboticsAPI.motionModel.IParameterizable |
|---|
getParams |
| Method Detail |
|---|
void acquireResources(Device device)
An action is part of an instruction, and the prepare method passes the device part of the instruction to the action so that it can determine if the device is appropriate for the action.
device - The device part of the instruction in which the action is
contained.void releaseResources(Device device)
device - The device part of the instruction in which the action is
contained.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||