public class CellSubsection extends Object
Updatable. Each subsection has its own ConcentrationPool
and behaves independently of other subsections in the same CellRegion.| Modifier and Type | Field and Description |
|---|---|
static CellSubsection |
MEMBRANE
A general membrane subsection.
|
static CellSubsection |
SECTION_A
A cellular subsection "A".
|
static CellSubsection |
SECTION_B
A cellular subsection "B".
|
| Constructor and Description |
|---|
CellSubsection(String identifier)
Creates a new cell subsection with the given identifier and dynamic preferred concentration unit.
|
CellSubsection(String identifier,
GoTerm goTerm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GoTerm |
getGoTerm() |
String |
getIdentifier()
Returns the identifier.
|
int |
hashCode() |
void |
setGoTerm(GoTerm goTerm) |
void |
setIdentifier(String identifier) |
String |
toString() |
public static CellSubsection MEMBRANE
public static CellSubsection SECTION_A
public static CellSubsection SECTION_B
public CellSubsection(String identifier)
identifier - The identifier.Copyright © 2019. All rights reserved.