| Package | Description |
|---|---|
| bio.singa.simulation.model.modules.concentration.imlementations | |
| bio.singa.simulation.model.sections |
| Modifier and Type | Method and Description |
|---|---|
ComplexBuildingReaction.BinderSelection |
ComplexBuildingReaction.BindeeSectionSelection.in(CellTopology bindeeTopology) |
ComplexBuildingReaction.BinderSelection |
ComplexBuildingReaction.BindingBuilder.in(CellTopology binderTopology) |
ComplexBuildingReaction.BuilderStep |
ComplexBuildingReaction.BinderSectionSelection.to(CellTopology binderTopology) |
ComplexBuildingReaction.BuilderStep |
ComplexBuildingReaction.BindingBuilder.to(CellTopology binderTopology) |
| Modifier and Type | Method and Description |
|---|---|
static CellTopology |
CellTopology.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellTopology[] |
CellTopology.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<CellTopology,ConcentrationPool> |
ConcentrationContainer.getPool(CellSubsection subsection)
Returns the topology and concentration pool for the subsection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellRegion.addSubSection(CellTopology topology,
CellSubsection subsection) |
javax.measure.Quantity<MolarConcentration> |
ConcentrationContainer.get(CellTopology topology,
ChemicalEntity entity)
Returns the concentration of the entity in the corresponding topology.
|
Map.Entry<CellSubsection,ConcentrationPool> |
ConcentrationContainer.getPool(CellTopology topology)
Returns the subsection and concentration pool for the topology.
|
CellSubsection |
ConcentrationContainer.getSubsection(CellTopology topology)
Returns the subsection corresponding to the topology.
|
void |
ConcentrationContainer.initialize(CellTopology topology,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
void |
ConcentrationContainer.initializeSubsection(CellSubsection subsection,
CellTopology topology)
Initializes a new concentration pool for the corresponding subsection and topology.
|
void |
ConcentrationContainer.putSubsectionPool(CellSubsection subsection,
CellTopology topology,
ConcentrationPool concentrationPool)
Adds a concentration pool, referenced to the subsection and topology.
|
void |
ConcentrationContainer.removeSubsection(CellTopology topology)
Removes a subsection, the given topology and concentration pool from the container.
|
void |
ConcentrationContainer.set(CellTopology topology,
ChemicalEntity entity,
double concentration)
Sets the concentration of the given entity in the subsection corresponding to the topological descriptor.
|
void |
ConcentrationContainer.set(CellTopology topology,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration)
Sets the concentration of the given entity in the given topology.
|
Copyright © 2018. All rights reserved.