| 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) |
javax.measure.Quantity<MolarConcentration> |
AutomatonNode.getConcentration(CellSubsection section,
ChemicalEntity entity)
Returns the concentration of the given chemical entity in the given compartment.
|
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 |
|---|---|
CellSubsection |
KineticLaw.getCurrentCellSection()
Returns the current cell section the kinetic law is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KineticLaw.setCurrentCellSection(CellSubsection currentCellSection)
Sets the current cell section the kinetic law is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CellSubsection> |
Vesicle.getAllReferencedSections() |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<MolarConcentration> |
Vesicle.getConcentration(CellSubsection cellSection,
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.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 |
|---|---|
Set<CellSubsection> |
Updatable.getAllReferencedSections() |
| Modifier and Type | Method and Description |
|---|---|
javax.measure.Quantity<MolarConcentration> |
Updatable.getConcentration(CellSubsection cellSection,
ChemicalEntity chemicalEntity) |
| Modifier and Type | Method and Description |
|---|---|
Map<CellSubsection,Double> |
SBMLParser.getCompartments() |
Copyright © 2018. All rights reserved.