Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic extends Statistic
Specifies standard measurements of the upper and lower limits of the value of an attribute.
  • Method Details

    • getUpperBound

      long getUpperBound()
      The upper limit of the value of this attribute.
    • getLowerBound

      long getLowerBound()
      The lower limit of the value of this attribute.The upper limit of the value of this attribute.