Class CellRegion
- java.lang.Object
-
- bio.singa.simulation.model.sections.CellRegion
-
public class CellRegion extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description CellRegion(String identifier)CellRegion(String identifier, bio.singa.features.identifiers.GoTerm goTerm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSubsection(CellTopology topology, CellSubsection subsection)booleanequals(Object o)bio.singa.mathematics.geometry.model.PolygongetAreaRepresentation()bio.singa.features.identifiers.GoTermgetGoTerm()StringgetIdentifier()CellSubsectiongetInnerSubsection()CellSubsectiongetMembraneSubsection()CellSubsectiongetOuterSubsection()Collection<CellSubsection>getSubsections()booleanhas(CellTopology topology)inthashCode()booleanhasInner()booleanhasMembrane()booleanhasOuter()voidsetAreaRepresentation(bio.singa.mathematics.geometry.model.Polygon areaRepresentation)ConcentrationContainersetUpConcentrationContainer()StringtoString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
getGoTerm
public bio.singa.features.identifiers.GoTerm getGoTerm()
-
addSubsection
public void addSubsection(CellTopology topology, CellSubsection subsection)
-
getAreaRepresentation
public bio.singa.mathematics.geometry.model.Polygon getAreaRepresentation()
-
setAreaRepresentation
public void setAreaRepresentation(bio.singa.mathematics.geometry.model.Polygon areaRepresentation)
-
getSubsections
public Collection<CellSubsection> getSubsections()
-
setUpConcentrationContainer
public ConcentrationContainer setUpConcentrationContainer()
-
getInnerSubsection
public CellSubsection getInnerSubsection()
-
getOuterSubsection
public CellSubsection getOuterSubsection()
-
getMembraneSubsection
public CellSubsection getMembraneSubsection()
-
has
public boolean has(CellTopology topology)
-
hasMembrane
public boolean hasMembrane()
-
hasInner
public boolean hasInner()
-
hasOuter
public boolean hasOuter()
-
-