| Constructor and Description |
|---|
AffectedRegion(CellRegion region) |
AffectedRegion(CellRegion region,
bio.singa.features.model.Evidence evidence) |
AffectedRegion(CellRegion region,
List<bio.singa.features.model.Evidence> evidence) |
ContainmentRegion(CellRegion region) |
ContainmentRegion(CellRegion region,
bio.singa.features.model.Evidence evidence) |
ContainmentRegion(CellRegion region,
List<bio.singa.features.model.Evidence> evidence) |
RegionFeature(CellRegion region) |
RegionFeature(CellRegion region,
bio.singa.features.model.Evidence evidence) |
RegionFeature(CellRegion region,
List<bio.singa.features.model.Evidence> evidence) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
ConcentrationVariation.getCellRegion() |
| Constructor and Description |
|---|
ConcentrationVariation(CellRegion cellRegion,
CellSubsection subsection,
ChemicalEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
OrganelleTemplate.getInnerRegion() |
CellRegion |
OrganelleTypes.getInnerRegion() |
CellRegion |
OrganelleTemplate.getMembraneRegion() |
CellRegion |
OrganelleTypes.getMembraneRegion() |
CellRegion |
OrganelleTemplate.getRegion(bio.singa.mathematics.vectors.Vector2D vector) |
CellRegion |
OrganelleTemplate.initializeGroup(int groupIdentifier,
String identifier,
String goTerm) |
| Modifier and Type | Method and Description |
|---|---|
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> |
OrganelleTemplate.getInverseRegionMap() |
Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> |
OrganelleTemplate.getRegionMap() |
Collection<CellRegion> |
OrganelleTemplate.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganelleTemplate.initializeGroup(CellRegion region) |
void |
OrganelleTemplate.initializeGroup(int groupIdentifier,
CellRegion region) |
void |
OrganelleTemplate.setInnerRegion(CellRegion innerRegion) |
void |
OrganelleTemplate.setMembraneRegion(CellRegion membraneRegion) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Vesicle.getCellRegion() |
CellRegion |
Vesicle.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vesicle.setRegion(CellRegion region) |
| Constructor and Description |
|---|
Vesicle(CellRegion region,
bio.singa.mathematics.vectors.Vector2D position,
javax.measure.Quantity<javax.measure.quantity.Length> radius) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Membrane.getInnerRegion() |
CellRegion |
Membrane.getMembraneRegion() |
static CellRegion |
MembraneTracer.getRegion(Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> regionMap,
bio.singa.mathematics.vectors.Vector2D vector) |
| Modifier and Type | Method and Description |
|---|---|
Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> |
Membrane.getRegionMap() |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
bio.singa.mathematics.topology.grids.rectangular.NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions,
bio.singa.mathematics.geometry.faces.Rectangle globalClipper) |
void |
Membrane.setInnerRegion(CellRegion innerRegion) |
void |
Membrane.setMembraneRegion(CellRegion membraneRegion) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
bio.singa.mathematics.topology.grids.rectangular.NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions,
bio.singa.mathematics.geometry.faces.Rectangle globalClipper) |
static CellRegion |
MembraneTracer.getRegion(Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> regionMap,
bio.singa.mathematics.vectors.Vector2D vector) |
void |
Membrane.setRegionMap(Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> regionMap) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
VolumeLikeAgent.getCellRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeLikeAgent.setCellRegion(CellRegion cellRegion) |
| Constructor and Description |
|---|
VolumeLikeAgent(bio.singa.mathematics.geometry.model.Polygon area,
CellRegion cellRegion) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
AutomatonNode.getCellRegion() |
CellRegion |
AutomatonGraph.getCellRegion(String identifier)
Return the cell section with the given identifier.
|
static CellRegion |
AutomatonGraphs.splitRectangularGraphWithMembrane(AutomatonGraph graph,
CellSubsection innerSection,
CellSubsection outerSection,
boolean switchSides) |
| Modifier and Type | Method and Description |
|---|---|
Set<CellRegion> |
AutomatonGraph.getCellSections()
Returns all
CellSubsections referenced in this graph. |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonGraph.addCellRegion(CellRegion cellSection)
Adds a cell section to this graph but does not associate any node to it.
|
static Set<AutomatonNode> |
AutomatonGraphs.circleRegion(AutomatonGraph graph,
CellRegion membraneRegion,
bio.singa.mathematics.topology.grids.rectangular.RectangularCoordinate centre,
int radius) |
static void |
AutomatonGraphs.fillRegion(AutomatonGraph graph,
CellRegion innerRegion,
bio.singa.mathematics.topology.grids.rectangular.RectangularCoordinate centre,
int radius) |
void |
AutomatonNode.setCellRegion(CellRegion cellRegion) |
static AutomatonGraph |
AutomatonGraphs.singularGraph(CellRegion region) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
VesicleConfinedDiffusion.getConfinedVolume() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClathrinMediatedEndocytosis.setMembraneRegion(CellRegion region) |
| Modifier and Type | Field and Description |
|---|---|
static CellRegion |
CellRegions.CELL_CORTEX |
static CellRegion |
CellRegions.CELL_OUTER_MEMBRANE_REGION |
static CellRegion |
CellRegions.CYTOPLASM_REGION |
static CellRegion |
CellRegion.CYTOSOL_A |
static CellRegion |
CellRegion.CYTOSOL_B |
static CellRegion |
CellRegions.EXTRACELLULAR_REGION |
static CellRegion |
CellRegion.MEMBRANE |
static CellRegion |
CellRegions.PERINUCLEAR_REGION |
static CellRegion |
CellRegions.VESICLE_REGION |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
SectionConcentration.getRegion() |
CellRegion |
MembraneConcentration.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcentrationInitializer.addInitialConcentration(CellRegion region,
CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<bio.singa.features.quantities.MolarConcentration> concentration) |
void |
SectionConcentration.setRegion(CellRegion region) |
void |
MembraneConcentration.setRegion(CellRegion region) |
| Constructor and Description |
|---|
MembraneConcentration(CellRegion region,
ChemicalEntity entity,
javax.measure.Quantity<javax.measure.quantity.Area> area,
double numberOfMolecules,
bio.singa.features.model.Evidence evidence) |
SectionConcentration(CellRegion region,
CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<bio.singa.features.quantities.MolarConcentration> concentration) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Updatable.getCellRegion() |
Copyright © 2019. All rights reserved.