public class RotationTask
extends jadex.extension.envsupport.environment.AbstractTask
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_ROTATION
.
|
static java.lang.String |
PROPERTY_TYPENAME
The destination property.
|
| Constructor and Description |
|---|
RotationTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(jadex.extension.envsupport.environment.IEnvironmentSpace space,
jadex.extension.envsupport.environment.ISpaceObject obj,
long progress,
jadex.bridge.service.types.clock.IClockService clock)
Executes the task.
|
static void |
main(java.lang.String[] args) |
isFinished, setFinished, shutdown, startaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toStringpublic static final java.lang.String PROPERTY_TYPENAME
public static final java.lang.String PROPERTY_ROTATION
public void execute(jadex.extension.envsupport.environment.IEnvironmentSpace space,
jadex.extension.envsupport.environment.ISpaceObject obj,
long progress,
jadex.bridge.service.types.clock.IClockService clock)
execute in interface jadex.extension.envsupport.environment.IObjectTaskexecute in class jadex.extension.envsupport.environment.AbstractTaskspace - The environment in which the task is executing.obj - The object that is executing the task.progress - The time that has passed according to the environment executor.public static void main(java.lang.String[] args)