public class CellRegion extends Object
| Modifier and Type | Field and Description |
|---|---|
static CellRegion |
CYTOSOL_A |
static CellRegion |
CYTOSOL_B |
static CellRegion |
MEMBRANE |
| Constructor and Description |
|---|
CellRegion(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubSection(CellTopology topology,
CellSubsection subsection) |
boolean |
equals(Object o) |
static CellRegion |
forVesicle(String identifier) |
String |
getIdentifier() |
CellSubsection |
getInnerSubsection() |
CellSubsection |
getMembraneSubsection() |
CellSubsection |
getOuterSubsection() |
Collection<CellSubsection> |
getSubsections() |
int |
hashCode() |
boolean |
hasMembrane() |
ConcentrationContainer |
setUpConcentrationContainer() |
String |
toString() |
public static CellRegion CYTOSOL_A
public static CellRegion CYTOSOL_B
public static CellRegion MEMBRANE
public CellRegion(String identifier)
public static CellRegion forVesicle(String identifier)
public String getIdentifier()
public void addSubSection(CellTopology topology, CellSubsection subsection)
public Collection<CellSubsection> getSubsections()
public ConcentrationContainer setUpConcentrationContainer()
public CellSubsection getInnerSubsection()
public CellSubsection getOuterSubsection()
public CellSubsection getMembraneSubsection()
public boolean hasMembrane()
Copyright © 2018. All rights reserved.