jadex.micro.examples.heatbugs
Class MoveAction
java.lang.Object
jadex.commons.SimplePropertyObject
jadex.micro.examples.heatbugs.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 |
EMIT_HEAT
public static final String EMIT_HEAT
- The constant identifier for this action.
- See Also:
- Constant Field Values
PARAMETER_HEAT
public static final String PARAMETER_HEAT
- See Also:
- Constant Field Values
PARAMETER_POSITION
public static final String PARAMETER_POSITION
- The position 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.