-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,java.io.Serializable
public final class ChangeBiomolConcentrationInCell extends AbstractActionOnSingleMolecule<Double>
-
-
Constructor Summary
Constructors Constructor Description ChangeBiomolConcentrationInCell(Node<Double> node, Biomolecule biomolecule, double deltaConcentration)
-
Method Summary
Modifier and Type Method Description ChangeBiomolConcentrationInCellcloneAction(Node<Double> node, Reaction<Double> reaction)voidexecute()ContextgetContext()StringtoString()-
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractActionOnSingleMolecule
getMolecule -
Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractAction
getOutboundDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChangeBiomolConcentrationInCell
ChangeBiomolConcentrationInCell(Node<Double> node, Biomolecule biomolecule, double deltaConcentration)
- Parameters:
node- the nodebiomolecule- the moleculedeltaConcentration- the change in concentration
-
-
Method Detail
-
cloneAction
ChangeBiomolConcentrationInCell cloneAction(Node<Double> node, Reaction<Double> reaction)
-
execute
void execute()
-
getContext
Context getContext()
-
-
-
-