public class MoveAction
extends jadex.commons.SimplePropertyObject
implements jadex.extension.envsupport.environment.ISpaceAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_CLOCK
The clock parameter.
|
static java.lang.String |
PARAMETER_DIRECTION
The direction parameter.
|
static java.lang.String |
PARAMETER_POSITION
The position parameter.
|
Constructor and Description |
---|
MoveAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
perform(java.util.Map parameters,
jadex.extension.envsupport.environment.IEnvironmentSpace space)
Perform an action.
|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
public static final java.lang.String PARAMETER_POSITION
public static final java.lang.String PARAMETER_DIRECTION
public static final java.lang.String PARAMETER_CLOCK