|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CycleBehavior | |
|---|---|
| com.kuka.roboticsAPI.applicationModel.tasks | Contains interfaces and classes needed for tasks using RoboticsAPI. |
| Uses of CycleBehavior in com.kuka.roboticsAPI.applicationModel.tasks |
|---|
| Methods in com.kuka.roboticsAPI.applicationModel.tasks that return CycleBehavior | |
|---|---|
static CycleBehavior |
CycleBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CycleBehavior[] |
CycleBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.roboticsAPI.applicationModel.tasks with parameters of type CycleBehavior | |
|---|---|
protected void |
RoboticsAPICyclicBackgroundTask.initializeCyclic(long initialDelay,
long period,
TimeUnit timeUnit,
CycleBehavior behavior)
Initializes the parameters of the cyclic task. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||