public class Reactions extends Object implements Module, CumulativeUpdateBehavior
Simulation. All Reactions are calculated according to
their specified KineticLawss
and new concentrations are set using the applyTo(AutomatonGraph) method.| Constructor and Description |
|---|
Reactions() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(AutomatonGraph graph) |
PotentialUpdate |
calculateUpdate(BioNode node,
CellSection section,
ChemicalEntity entity) |
List<PotentialUpdate> |
calculateUpdates(BioNode node) |
Set<ChemicalEntity<?>> |
collectAllReferencedEntities() |
List<Reaction> |
getReactions() |
void |
setReactions(List<Reaction> reactions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateGraphpublic void applyTo(AutomatonGraph graph)
public Set<ChemicalEntity<?>> collectAllReferencedEntities()
collectAllReferencedEntities in interface Modulepublic List<PotentialUpdate> calculateUpdates(BioNode node)
calculateUpdates in interface UpdateBehaviorpublic PotentialUpdate calculateUpdate(BioNode node, CellSection section, ChemicalEntity entity)
Copyright © 2017. All rights reserved.