Class LsaAbstractAction
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,it.unibo.alchemist.model.sapere.ILsaAction
,java.io.Serializable
public abstract class LsaAbstractAction extends AbstractAction<T> implements ILsaAction
-
-
Constructor Summary
Constructors Constructor Description LsaAbstractAction(ILsaNode node, List<ILsaMolecule> m)
-
Method Summary
Modifier and Type Method Description abstract LsaAbstractAction
cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
final ILsaNode
getNode()
void
setExecutionContext(Map<HashString, ITreeNode<out Object>> m, List<ILsaNode> n)
Sets the context in which this action will execute. abstract String
toString()
-
Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction
getOutboundDependencies
-
Methods inherited from class it.unibo.alchemist.model.sapere.ILsaAction
getOutboundDependencies
-
Methods inherited from class it.unibo.alchemist.model.Action
execute, getContext
-
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.
-
-
-
-