| Package | Description |
|---|---|
| bio.singa.simulation.model.sections |
| Modifier and Type | Method and Description |
|---|---|
ConcentrationPool |
ConcentrationPool.fullCopy()
Creates a copy of this concentration pool.
|
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<CellTopology,ConcentrationPool> |
ConcentrationContainer.getPool(CellSubsection subsection)
Returns the topology and concentration pool for the subsection.
|
Map.Entry<CellSubsection,ConcentrationPool> |
ConcentrationContainer.getPool(CellTopology topology)
Returns the subsection and concentration pool for the topology.
|
Collection<ConcentrationPool> |
ConcentrationContainer.getPoolsOfConcentration()
Returns all concentration pools in this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcentrationContainer.putSubsectionPool(CellSubsection subsection,
CellTopology topology,
ConcentrationPool concentrationPool)
Adds a concentration pool, referenced to the subsection and topology.
|
Copyright © 2018. All rights reserved.