public class PassiveMembraneTransport extends Object implements Module, CumulativeUpdateBehavior
| Constructor and Description |
|---|
PassiveMembraneTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(AutomatonGraph graph) |
List<PotentialUpdate> |
calculateUpdates(BioNode node) |
Set<ChemicalEntity<?>> |
collectAllReferencedEntities() |
void |
prepareCoefficients(Set<ChemicalEntity<?>> entities) |
void |
updateGraph(AutomatonGraph graph)
Calculates all updates and applies them afterwards.
|
public void prepareCoefficients(Set<ChemicalEntity<?>> entities)
public void applyTo(AutomatonGraph graph)
public void updateGraph(AutomatonGraph graph)
CumulativeUpdateBehaviorupdateGraph in interface CumulativeUpdateBehaviorupdateGraph in interface UpdateBehaviorgraph - The graph.public Set<ChemicalEntity<?>> collectAllReferencedEntities()
collectAllReferencedEntities in interface Modulepublic List<PotentialUpdate> calculateUpdates(BioNode node)
calculateUpdates in interface UpdateBehaviorCopyright © 2017. All rights reserved.