Class CellRegion


  • public class CellRegion
    extends Object
    Author:
    cl
    • Constructor Detail

      • CellRegion

        public CellRegion​(String identifier)
      • CellRegion

        public CellRegion​(String identifier,
                          bio.singa.features.identifiers.GoTerm goTerm)
    • Method Detail

      • getIdentifier

        public String getIdentifier()
      • getGoTerm

        public bio.singa.features.identifiers.GoTerm getGoTerm()
      • getAreaRepresentation

        public bio.singa.mathematics.geometry.model.Polygon getAreaRepresentation()
      • setAreaRepresentation

        public void setAreaRepresentation​(bio.singa.mathematics.geometry.model.Polygon areaRepresentation)
      • getMembraneSubsection

        public CellSubsection getMembraneSubsection()
      • hasMembrane

        public boolean hasMembrane()
      • hasInner

        public boolean hasInner()
      • hasOuter

        public boolean hasOuter()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object