-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,it.unibo.alchemist.model.interfaces.Action,it.unibo.alchemist.model.interfaces.ILsaAction,java.io.Serializable
public abstract class SAPEREMoveNodeAgent<P extends Position<out P>> extends SAPERELocalAgent
-
-
Constructor Summary
Constructors Constructor Description SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> env, ILsaNode node)Creates a new SAPERE Local Agent stub. SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> env, ILsaNode node, ILsaMolecule m)Creates a new SAPERE Local Agent stub.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.SAPERELocalAgent
getContext -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.SAPEREAgent
cloneAction, toString -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.LsaAbstractAction
cloneAction, getNode, setExecutionContext -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractAction
getOutboundDependencies, toString -
Methods inherited from class it.unibo.alchemist.model.interfaces.Action
cloneAction, execute, getContext -
Methods inherited from class it.unibo.alchemist.model.interfaces.ILsaAction
cloneAction, getOutboundDependencies, setExecutionContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SAPEREMoveNodeAgent
SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> env, ILsaNode node)
Creates a new SAPERE Local Agent stub.- Parameters:
env- The current environmentnode- The node in which this agent stays
-
SAPEREMoveNodeAgent
SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> env, ILsaNode node, ILsaMolecule m)
Creates a new SAPERE Local Agent stub.- Parameters:
env- The current environmentnode- The node in which this agent staysm- The modified molecule template
-
-
-
-