| Modifier and Type | Method and Description |
|---|---|
CellSubsection |
ConcentrationVariation.getSubsection() |
| Constructor and Description |
|---|
ConcentrationVariation(CellRegion cellRegion,
CellSubsection subsection,
ChemicalEntity entity) |
ConcentrationVariation(CellSubsection subsection,
ChemicalEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Set<CellSubsection> |
Vesicle.getAllReferencedSections() |
| Modifier and Type | Method and Description |
|---|---|
Set<CellSubsection> |
AutomatonNode.getAllReferencedSections()
Returns all referenced sections in this node.
|
Map<CellSubsection,Polygon> |
AutomatonNode.getSubsectionRepresentations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonNode.addSubsectionRepresentation(CellSubsection subsection,
Polygon representation) |
static CellRegion |
AutomatonGraphs.splitRectangularGraphWithMembrane(AutomatonGraph graph,
CellSubsection innerSection,
CellSubsection outerSection,
boolean switchSides) |
| Modifier and Type | Method and Description |
|---|---|
CellSubsection |
ConcentrationDelta.getCellSubsection()
Returns the subsection.
|
CellSubsection |
FieldSupplier.getCurrentSubsection()
Returns the current subsection.
|
CellSubsection |
ConcentrationDeltaIdentifier.getSubsection()
Returns the cell section the delta is assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSupplier.setCurrentSubsection(CellSubsection subsection)
Sets the current subsection.
|
| Constructor and Description |
|---|
ConcentrationDelta(UpdateModule module,
CellSubsection cellSubsection,
ChemicalEntity chemicalEntity,
javax.measure.Quantity<MolarConcentration> quantity)
Creates a new concentration delta.
|
ConcentrationDeltaIdentifier(Updatable updatable,
CellSubsection section,
ChemicalEntity entity)
Creates a new DeltaIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatableSpecific.processContainer(ConcentrationContainer container,
CellSubsection subsection,
ChemicalEntity chemicalEntity) |
void |
UpdateSpecificity.processContainer(ConcentrationContainer container,
CellSubsection subsection,
ChemicalEntity chemicalEntity) |
void |
SectionSpecific.processContainer(ConcentrationContainer container,
CellSubsection subsection,
ChemicalEntity chemicalEntity) |
void |
EntitySpecific.processContainer(ConcentrationContainer container,
CellSubsection subsection,
ChemicalEntity chemicalEntity) |
| Modifier and Type | Field and Description |
|---|---|
static CellSubsection |
CellSubsections.CELL_OUTER_MEMBRANE |
static CellSubsection |
CellSubsections.CYTOPLASM |
static CellSubsection |
CellSubsections.EARLY_ENDOSOME_LUMEN |
static CellSubsection |
CellSubsections.EARLY_ENDOSOME_MEMBRANE |
static CellSubsection |
CellSubsections.EXTRACELLULAR_REGION |
static CellSubsection |
CellSubsection.MEMBRANE
A general membrane subsection.
|
static CellSubsection |
CellSubsections.NUCLEAR_MEMBRANE |
static CellSubsection |
CellSubsections.NUCLEOPLASM |
static CellSubsection |
CellSubsection.SECTION_A
A cellular subsection "A".
|
static CellSubsection |
CellSubsection.SECTION_B
A cellular subsection "B".
|
| Modifier and Type | Method and Description |
|---|---|
CellSubsection |
ConcentrationContainer.getInnerSubsection()
Returns the inner subsection.
|
CellSubsection |
CellRegion.getInnerSubsection() |
CellSubsection |
ConcentrationContainer.getMembraneSubsection()
Returns the membrane subsection.
|
CellSubsection |
CellRegion.getMembraneSubsection() |
CellSubsection |
ConcentrationContainer.getOuterSubsection()
Returns the outer subsection.
|
CellSubsection |
CellRegion.getOuterSubsection() |
CellSubsection |
ConcentrationContainer.getSubsection(CellTopology topology)
Returns the subsection corresponding to the topology.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CellSubsection,ConcentrationPool> |
ConcentrationContainer.getConcentrations() |
Map.Entry<CellSubsection,ConcentrationPool> |
ConcentrationContainer.getPool(CellTopology topology)
Returns the subsection and concentration pool for the topology.
|
Set<CellSubsection> |
ConcentrationContainer.getReferencedSubSections()
Returns all subsections, referenced in this container.
|
Collection<CellSubsection> |
CellRegion.getSubsections() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellRegion.addSubSection(CellTopology topology,
CellSubsection subsection) |
javax.measure.Quantity<MolarConcentration> |
ConcentrationContainer.get(CellSubsection subsection,
ChemicalEntity entity)
Returns the concentration of the entity in the corresponding subsection.
|
static javafx.scene.paint.Color |
CellSubsections.getColor(CellSubsection subsection) |
Map.Entry<CellTopology,ConcentrationPool> |
ConcentrationContainer.getPool(CellSubsection subsection)
Returns the topology and concentration pool for the subsection.
|
void |
ConcentrationContainer.initialize(CellSubsection subsection,
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(CellSubsection subsection)
Removes a subsection, the corresponding topology and concentration pool from the container.
|
void |
ConcentrationContainer.set(CellSubsection subsection,
ChemicalEntity entity,
double concentration)
Sets the concentration of the given entity in the given subsection.
|
void |
ConcentrationContainer.set(CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration)
Sets the concentration of the given entity in the given subsection.
|
| Modifier and Type | Method and Description |
|---|---|
CellSubsection |
SectionConcentration.getSubsection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcentrationInitializer.addInitialConcentration(CellRegion region,
CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
void |
ConcentrationInitializer.addInitialConcentration(CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
void |
SectionConcentration.setSubsection(CellSubsection subsection) |
| Constructor and Description |
|---|
SectionConcentration(CellRegion region,
CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
SectionConcentration(CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
| Modifier and Type | Method and Description |
|---|---|
Set<CellSubsection> |
Updatable.getAllReferencedSections() |
| Modifier and Type | Method and Description |
|---|---|
Map<CellSubsection,Map<ChemicalEntity,Double>> |
ConcentrationData.getConcentrations() |
Copyright © 2019. All rights reserved.