Class LsaAscendingGradientDist
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,it.unibo.alchemist.model.sapere.ILsaAction
,java.io.Serializable
public final class LsaAscendingGradientDist<P extends Position<P>> extends SAPERENeighborAgent<P>
-
-
Constructor Summary
Constructors Constructor Description LsaAscendingGradientDist(Environment<List<ILsaMolecule>, P> environment, ILsaNode node)
-
Method Summary
Modifier and Type Method Description void
execute()
-
Methods inherited from class it.unibo.alchemist.model.sapere.actions.SAPERENeighborAgent
getContext
-
Methods inherited from class it.unibo.alchemist.model.sapere.actions.SAPEREAgent
cloneAction, toString
-
Methods inherited from class it.unibo.alchemist.model.sapere.actions.LsaAbstractAction
cloneAction, 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, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LsaAscendingGradientDist
LsaAscendingGradientDist(Environment<List<ILsaMolecule>, P> environment, ILsaNode node)
- Parameters:
environment
- environmentnode
- node
-
-
Method Detail
-
execute
void execute()
-
-
-
-