Class RangeIntegerValue


  • public final class RangeIntegerValue
    extends IntegerValue
    This IntegerValue represents a known range of integer values. It currently is not a SpecificIntegerValue, so it doesn't have a particular value nor an identifier.

    This class handles interactions with: - ParticularIntegerValue - RangeIntegerValue

    It reverses and delegates interactions with: - IntegerValue (in general)

    It notably doesn't handle interactions with: - UnknownInteger - SpecificInteger (in general)