Class CellSubsection
- java.lang.Object
-
- bio.singa.simulation.model.sections.CellSubsection
-
public class CellSubsection extends Object
A cell subsection organizes the contents of aUpdatable. Each subsection has its ownConcentrationPooland behaves independently of other subsections in the sameCellRegion.- Author:
- cl
-
-
Constructor Summary
Constructors Constructor 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)CellSubsection(String identifier, bio.singa.features.identifiers.GoTerm goTerm, boolean membrane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)bio.singa.features.identifiers.GoTermgetGoTerm()StringgetIdentifier()Returns the identifier.inthashCode()booleanisMembrane()voidsetGoTerm(bio.singa.features.identifiers.GoTerm goTerm)voidsetIdentifier(String identifier)voidsetMembrane(boolean membrane)StringtoString()
-
-
-
Constructor Detail
-
CellSubsection
public CellSubsection(String identifier)
Creates a new cell subsection with the given identifier and dynamic preferred concentration unit.- Parameters:
identifier- The identifier.
-
CellSubsection
public CellSubsection(String identifier, bio.singa.features.identifiers.GoTerm goTerm)
-
CellSubsection
public CellSubsection(String identifier, bio.singa.features.identifiers.GoTerm goTerm, boolean membrane)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Returns the identifier.- Returns:
- The identifier.
-
setIdentifier
public void setIdentifier(String identifier)
-
getGoTerm
public bio.singa.features.identifiers.GoTerm getGoTerm()
-
setGoTerm
public void setGoTerm(bio.singa.features.identifiers.GoTerm goTerm)
-
isMembrane
public boolean isMembrane()
-
setMembrane
public void setMembrane(boolean membrane)
-
-