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) |
CellRegion(String identifier,
bio.singa.features.identifiers.GoTerm goTerm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubsection(CellTopology topology,
CellSubsection subsection) |
boolean |
equals(Object o) |
bio.singa.features.identifiers.GoTerm |
getGoTerm() |
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 CellRegion(String identifier, bio.singa.features.identifiers.GoTerm goTerm)
public String getIdentifier()
public bio.singa.features.identifiers.GoTerm getGoTerm()
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 © 2019. All rights reserved.