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,
bio.singa.features.identifiers.GoTerm goTerm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
bio.singa.features.identifiers.GoTerm |
getGoTerm() |
String |
getIdentifier()
Returns the identifier.
|
int |
hashCode() |
void |
setGoTerm(bio.singa.features.identifiers.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.public CellSubsection(String identifier, bio.singa.features.identifiers.GoTerm goTerm)
public String getIdentifier()
public void setIdentifier(String identifier)
public bio.singa.features.identifiers.GoTerm getGoTerm()
public void setGoTerm(bio.singa.features.identifiers.GoTerm goTerm)
Copyright © 2019. All rights reserved.