|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.SimplePropertyObject
jadex.micro.examples.fireflies.MoveAction
public class MoveAction
Action for moving a bug to one of its neighbor fields.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class jadex.commons.SimplePropertyObject |
|---|
pcs, properties |
| Fields inherited from interface jadex.application.space.envsupport.environment.ISpaceAction |
|---|
ACTOR_ID, OBJECT_ID |
| Constructor Summary | |
|---|---|
MoveAction()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
perform(java.util.Map parameters,
IEnvironmentSpace space)
Perform an action. |
| Methods inherited from class jadex.commons.SimplePropertyObject |
|---|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getProperty, getPropertyNames, hasProperty, setProperty |
| Field Detail |
|---|
public static final java.lang.String PARAMETER_POSITION
public static final java.lang.String PARAMETER_DIRECTION
public static final java.lang.String PARAMETER_CLOCK
| Constructor Detail |
|---|
public MoveAction()
| Method Detail |
|---|
public java.lang.Object perform(java.util.Map parameters,
IEnvironmentSpace space)
perform in interface ISpaceAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||