Class ConcentrationDeltaIdentifier


  • public class ConcentrationDeltaIdentifier
    extends Object
    Used to identify changes to concentrations (ConcentrationDeltas) (mostly in maps).
    Author:
    cl
    • Constructor Detail

      • ConcentrationDeltaIdentifier

        public ConcentrationDeltaIdentifier​(Updatable updatable,
                                            CellSubsection section,
                                            ChemicalEntity entity)
        Creates a new DeltaIdentifier.
        Parameters:
        updatable - The object the delta is assigned to.
        section - The cell section the delta is assigned to.
        entity - The entity the delta is assigned to.
    • Method Detail

      • getUpdatable

        public Updatable getUpdatable()
        Returns the object the delta is assigned to.
        Returns:
        The object the delta is assigned to.
      • getSubsection

        public CellSubsection getSubsection()
        Returns the cell section the delta is assigned to.
        Returns:
        The cell section the delta is assigned to.
      • getEntity

        public ChemicalEntity getEntity()
        Returns the chemical entity the delta is assigned to.
        Returns:
        The chemical entity the delta is assigned to.
      • getReference

        public String getReference()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object