Class ChangeBiomolConcentrationInCell
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public final class ChangeBiomolConcentrationInCell extends AbstractActionOnSingleMolecule<T>
-
-
Constructor Summary
Constructors Constructor Description ChangeBiomolConcentrationInCell(Node<Double> node, Biomolecule biomolecule, double deltaConcentration)
-
Method Summary
Modifier and Type Method Description ChangeBiomolConcentrationInCell
cloneAction(Node<Double> node, Reaction<Double> reaction)
void
execute()
Context
getContext()
String
toString()
-
Methods inherited from class it.unibo.alchemist.model.actions.AbstractActionOnSingleMolecule
getMolecule
-
Methods inherited from class it.unibo.alchemist.model.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()
-
-
-
-