-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,java.io.Serializable
public final class SetLocalMoleculeConcentration<T> extends AbstractActionOnSingleMolecule<T>
-
-
Constructor Summary
Constructors Constructor Description SetLocalMoleculeConcentration(Node<T> node, Molecule target, T value)
-
Method Summary
Modifier and Type Method Description Action<T>cloneAction(Node<T> node, Reaction<T> reaction)voidexecute()ContextgetContext()-
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractActionOnSingleMolecule
getMolecule -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractAction
getOutboundDependencies, toString -
Methods inherited from class it.unibo.alchemist.model.interfaces.Action
getOutboundDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
execute
void execute()
-
getContext
Context getContext()
-
-
-
-