| Modifier and Type | Method and Description |
|---|---|
BioNode |
NodeUpdatedEvent.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
EpochUpdateWriter.addNodeToObserve(BioNode node) |
| Constructor and Description |
|---|
NodeUpdatedEvent(int epoch,
BioNode node) |
| Modifier and Type | Method and Description |
|---|---|
Set<BioNode> |
CellSection.getContent()
Returns the nodes belonging to this cell section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellSection.addNode(BioNode node)
Adds a node to the section, without altering the state of the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellSection.setContent(Set<BioNode> content)
Sets the content of this cell section.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AutomatonGraph.addEdgeBetween(BioNode source,
BioNode target) |
int |
AutomatonGraph.addEdgeBetween(int identifier,
BioNode source,
BioNode target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentRule.applyRule(BioNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<PotentialUpdate> |
FreeDiffusion.calculateUpdates(BioNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<PotentialUpdate> |
PassiveMembraneTransport.calculateUpdates(BioNode node) |
List<PotentialUpdate> |
ActiveMembraneTransport.calculateUpdates(BioNode node) |
| Modifier and Type | Method and Description |
|---|---|
BioNode |
PotentialUpdate.getNode() |
| Modifier and Type | Method and Description |
|---|---|
List<PotentialUpdate> |
UpdateBehavior.calculateUpdates(BioNode node) |
static List<PotentialUpdate> |
PotentialUpdates.collectChanges(BioNode node) |
| Constructor and Description |
|---|
PotentialUpdate(BioNode node,
CellSection cellSection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> quantity) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<ReactionRate> |
NthOrderReaction.calculateAcceleration(BioNode node,
CellSection section) |
javax.measure.Quantity<ReactionRate> |
EquilibriumReaction.calculateAcceleration(BioNode node,
CellSection section) |
javax.measure.Quantity<ReactionRate> |
DynamicReaction.calculateAcceleration(BioNode node,
CellSection section) |
javax.measure.Quantity<ReactionRate> |
BiochemicalReaction.calculateAcceleration(BioNode node,
CellSection section) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<ReactionRate> |
MichaelsMentenWithKM.calculateAcceleration(BioNode node,
CellSection section) |
javax.measure.Quantity<ReactionRate> |
MichaelisMentenWithKCat.calculateAcceleration(BioNode node,
CellSection section) |
javax.measure.Quantity<ReactionRate> |
DynamicKineticLaw.calculateAcceleration(BioNode node,
CellSection section) |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<ReactionRate> |
KineticLaw.calculateAcceleration(BioNode node,
CellSection section) |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.measure.Quantity<ReactionRate> |
Reaction.calculateAcceleration(BioNode node,
CellSection section)
Determines the actual acceleration of concentration that would result in a change in concentration if the
reaction is occurring in the given
BioNode. |
PotentialUpdate |
Reactions.calculateUpdate(BioNode node,
CellSection section,
ChemicalEntity entity) |
List<PotentialUpdate> |
Reactions.calculateUpdates(BioNode node) |
protected javax.measure.Quantity<MolarConcentration> |
Reaction.determineConcentration(BioNode node,
CellSection section,
ReactantRole role)
Determines the concentration of reactants that influence the velocity of the reaction.
|
Copyright © 2017. All rights reserved.