-
- 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 LsaAbstractAction extends AbstractAction<List<ILsaMolecule>> implements ILsaAction
-
-
Constructor Summary
Constructors Constructor Description LsaAbstractAction(ILsaNode node, List<ILsaMolecule> m)
-
Method Summary
Modifier and Type Method Description abstract LsaAbstractActioncloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)final ILsaNodegetNode()voidsetExecutionContext(Map<HashString, ITreeNode<out Object>> m, List<ILsaNode> n)Sets the context in which this action will execute. abstract StringtoString()-
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractAction
getOutboundDependencies -
Methods inherited from class it.unibo.alchemist.model.interfaces.Action
execute, getContext -
Methods inherited from class it.unibo.alchemist.model.interfaces.ILsaAction
getOutboundDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LsaAbstractAction
LsaAbstractAction(ILsaNode node, List<ILsaMolecule> m)
- Parameters:
node- the nodem- the modified molecule
-
-
Method Detail
-
cloneAction
abstract LsaAbstractAction cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
-
setExecutionContext
void setExecutionContext(Map<HashString, ITreeNode<out Object>> m, List<ILsaNode> n)
Sets the context in which this action will execute.
-
-
-
-