|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IKROSMotion
Represents a generic motion.
| Method Summary | |
|---|---|
Collection<ICondition> |
getConditions()
Gets all conditions defined for this motion. |
IMotionControlMode |
getMode()
Gets the control mode parameter. |
boolean |
hasConditions()
Returns true if there are conditions defined for this
motion. |
boolean |
hasMotionOverlay()
Returns true if there are motion overlays defined for this
motion. |
boolean |
hasTrigger()
Returns true if there are trigger defined for this motion. |
boolean |
isApplicableFor(IMotionControlMode newMotionControlMode)
Each motion has to determine if it supports the given motion control mode. |
| Methods inherited from interface com.kuka.roboticsAPI.commandModel.IAction |
|---|
acquireResources, releaseResources |
| Methods inherited from interface com.kuka.roboticsAPI.motionModel.IParameterizable |
|---|
getParams |
| Method Detail |
|---|
boolean isApplicableFor(IMotionControlMode newMotionControlMode)
newMotionControlMode - The new motion control mode.
IMotionControlMode getMode()
Collection<ICondition> getConditions()
boolean hasConditions()
true if there are conditions defined for this
motion.
true if there are conditions set for this motion.boolean hasTrigger()
true if there are trigger defined for this motion.
true if there are trigger set for this motion.boolean hasMotionOverlay()
true if there are motion overlays defined for this
motion.
true if there are motion overlays set for this
motion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||