Interface LimitsContainer<L>

All Known Implementing Classes:
AbstractDistinctLimitsContainer, DefaultReducedLimitsContainer, IdenticalLimitsContainer

public interface LimitsContainer<L>

Class corresponding to the result of the LimitsComputer computation.

It contains the original and the altered limits. When no reductions apply, both fields contains the same object. and isDistinct() returns false.

Author:
Olivier Perrin <olivier.perrin at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
    Indicate if the limits are different from the original ones.
  • Method Details

    • getLimits

      L getLimits()
    • getOriginalLimits

      L getOriginalLimits()
    • isDistinct

      boolean isDistinct()

      Indicate if the limits are different from the original ones.

      Returns:
      true if the limits are different from the original.