Interface IAreaInfo

All Known Implementing Classes:
AreaInfo

public interface IAreaInfo
represent an area in a cube
Author:
afroehlich
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get the number of cell values cached during the last recalculation
    get the identifier for this area
    long
    get the number of cell values cached for the previous/original state
  • Method Details

    • getIdentifier

      String getIdentifier()
      get the identifier for this area
      Returns:
      identifier
    • getPreviousCellValueCount

      long getPreviousCellValueCount()
      get the number of cell values cached for the previous/original state
      Returns:
      number of cached cell values
    • getCurrentCellValuesCount

      long getCurrentCellValuesCount()
      get the number of cell values cached during the last recalculation
      Returns:
      number of cached cell values