Class SAPEREAgent
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,it.unibo.alchemist.model.sapere.ILsaAction
,java.io.Serializable
public abstract class SAPEREAgent extends LsaAbstractAction
-
-
Constructor Summary
Constructors Constructor Description SAPEREAgent(ILsaNode node)
Creates a new SAPERE Agent stub. SAPEREAgent(ILsaNode node, ILsaMolecule m1)
Creates a new SAPERE Agent stub. SAPEREAgent(ILsaNode node, ILsaMolecule m1, ILsaMolecule m2)
Creates a new SAPERE Agent stub. SAPEREAgent(ILsaNode node, ILsaMolecule m1, ILsaMolecule m2, ILsaMolecule m3)
Creates a new SAPERE Agent stub.
-
Method Summary
Modifier and Type Method Description String
toString()
SAPEREAgent
cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
-
Methods inherited from class it.unibo.alchemist.model.sapere.actions.LsaAbstractAction
getNode, setExecutionContext
-
Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction
getOutboundDependencies, toString
-
Methods inherited from class it.unibo.alchemist.model.sapere.ILsaAction
cloneAction, getOutboundDependencies, setExecutionContext
-
Methods inherited from class it.unibo.alchemist.model.Action
cloneAction, execute, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SAPEREAgent
SAPEREAgent(ILsaNode node)
Creates a new SAPERE Agent stub.- Parameters:
node
- The node in which this agent stays
-
SAPEREAgent
SAPEREAgent(ILsaNode node, ILsaMolecule m1)
Creates a new SAPERE Agent stub.- Parameters:
node
- The node in which this agent staysm1
- The molecule template it modifies
-
SAPEREAgent
SAPEREAgent(ILsaNode node, ILsaMolecule m1, ILsaMolecule m2)
Creates a new SAPERE Agent stub.- Parameters:
node
- The node in which this agent staysm1
- The first molecule template it modifiesm2
- The second molecule template it modifies
-
SAPEREAgent
SAPEREAgent(ILsaNode node, ILsaMolecule m1, ILsaMolecule m2, ILsaMolecule m3)
Creates a new SAPERE Agent stub.- Parameters:
node
- The node in which this agent staysm1
- The first molecule template it modifiesm2
- The second molecule template it modifiesm3
- The third molecule template it modifies
-
-
Method Detail
-
cloneAction
SAPEREAgent cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
-
-
-
-