Uses of Class
bio.singa.simulation.model.sections.ConcentrationPool
-
Packages that use ConcentrationPool Package Description bio.singa.simulation.model.sections -
-
Uses of ConcentrationPool in bio.singa.simulation.model.sections
Methods in bio.singa.simulation.model.sections that return ConcentrationPool Modifier and Type Method Description ConcentrationPoolConcentrationPool. fullCopy()Creates a copy of this concentration pool.ConcentrationPool[]ConcentrationContainer. getConcentrations()Methods in bio.singa.simulation.model.sections that return types with arguments of type ConcentrationPool Modifier and Type Method 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.Methods in bio.singa.simulation.model.sections with parameters of type ConcentrationPool Modifier and Type Method Description voidConcentrationContainer. putSubsectionPool(CellSubsection subsection, CellTopology topology, ConcentrationPool concentrationPool)Adds a concentration pool, referenced to the subsection and topology.
-