Class CellSubsection


  • public class CellSubsection
    extends Object
    A cell subsection organizes the contents of a Updatable. Each subsection has its own ConcentrationPool and behaves independently of other subsections in the same CellRegion.
    Author:
    cl
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object