| 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(Vector2D vector) |
CellRegion |
OrganelleTemplate.initializeGroup(int groupIdentifier,
String identifier,
String goTerm) |
| Modifier and Type | Method and Description |
|---|---|
Map<Vector2D,CellRegion> |
OrganelleTemplate.getInverseRegionMap() |
Map<CellRegion,Set<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) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Membrane.getInnerRegion() |
CellRegion |
Membrane.getMembraneRegion() |
static CellRegion |
MembraneTracer.getRegion(Map<CellRegion,Set<Vector2D>> regionMap,
Vector2D vector) |
| Modifier and Type | Method and Description |
|---|---|
Map<CellRegion,Set<Vector2D>> |
Membrane.getRegionMap() |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions,
Rectangle globalClipper) |
void |
Membrane.setInnerRegion(CellRegion innerRegion) |
void |
Membrane.setMembraneRegion(CellRegion membraneRegion) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions,
Rectangle globalClipper) |
static CellRegion |
MembraneTracer.getRegion(Map<CellRegion,Set<Vector2D>> regionMap,
Vector2D vector) |
void |
Membrane.setRegionMap(Map<CellRegion,Set<Vector2D>> regionMap) |
| Constructor and Description |
|---|
MembraneFactory(Collection<Vector2D> membraneVectors,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
| 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,
RectangularCoordinate centre,
int radius) |
static void |
AutomatonGraphs.fillRegion(AutomatonGraph graph,
CellRegion innerRegion,
RectangularCoordinate centre,
int radius) |
void |
AutomatonNode.setCellRegion(CellRegion cellRegion) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClathrinMediatedEndocytosis.setMembraneRegion(CellRegion region) |
| Modifier and Type | Field and Description |
|---|---|
static CellRegion |
CellRegions.CELL_OUTER_MEMBRANE_REGION |
static CellRegion |
CellRegion.CYTOSOL_A |
static CellRegion |
CellRegion.CYTOSOL_B |
static CellRegion |
CellRegions.EARLY_ENDOSOME_VESICLE_REGION |
static CellRegion |
CellRegions.EXTRACELLULAR_REGION |
static CellRegion |
CellRegion.MEMBRANE |
| Modifier and Type | Method and Description |
|---|---|
static CellRegion |
CellRegion.forVesicle(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.paint.Color |
CellSubsections.getColor(CellRegion cellRegion) |
| 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<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,
Evidence evidence) |
SectionConcentration(CellRegion region,
CellSubsection subsection,
ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Updatable.getCellRegion() |
Copyright © 2019. All rights reserved.