| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Membrane.getRepresentativeRegion() |
| Constructor and Description |
|---|
Membrane(String identifier,
CellRegion representativeRegion) |
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
Organelle.getInternalRegion() |
CellRegion |
OrganelleTypes.getInternalRegion() |
CellRegion |
Organelle.getMembraneRegion() |
CellRegion |
OrganelleTypes.getMembraneRegion() |
| Constructor and Description |
|---|
Organelle(CellRegion internalRegion,
CellRegion membraneRegion,
Polygon polygon,
javax.measure.Quantity<javax.measure.quantity.Length> scale) |
| 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 |
|---|---|
CellRegion |
Vesicle.getCellRegion() |
| Modifier and Type | Field and Description |
|---|---|
static CellRegion |
CellRegion.CYTOSOL_A |
static CellRegion |
CellRegion.CYTOSOL_B |
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 |
Updatable.getCellRegion() |
Copyright © 2018. All rights reserved.