jadex.micro.examples.fireflies
Class MoveAction
java.lang.Object
jadex.commons.SimplePropertyObject
jadex.micro.examples.fireflies.MoveAction
- All Implemented Interfaces:
- ISpaceAction, IPropertyObject
public class MoveAction
- extends SimplePropertyObject
- implements ISpaceAction
Action for moving a bug to one of its neighbor fields.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMETER_POSITION
public static final String PARAMETER_POSITION
- The position parameter.
- See Also:
- Constant Field Values
PARAMETER_DIRECTION
public static final String PARAMETER_DIRECTION
- The direction parameter.
- See Also:
- Constant Field Values
PARAMETER_CLOCK
public static final String PARAMETER_CLOCK
- The clock parameter.
- See Also:
- Constant Field Values
MoveAction
public MoveAction()
perform
public Object perform(Map parameters,
IEnvironmentSpace space)
- Perform an action.
- Specified by:
perform in interface ISpaceAction
Copyright © 2010. All Rights Reserved.