Class BoundDomainIntervalEnumeration

java.lang.Object
org.jacop.core.IntervalEnumeration
org.jacop.core.BoundDomainIntervalEnumeration
All Implemented Interfaces:
Enumeration<Interval>

public class BoundDomainIntervalEnumeration extends IntervalEnumeration
Defines a methods for enumerating intervals contained in the BoundDomain. It implements the interface IntervalEnumeration. It always returns only one interval as BoundDomain by definition is specified by one interval.
Version:
4.8
  • Field Details

  • Constructor Details

    • BoundDomainIntervalEnumeration

      public BoundDomainIntervalEnumeration(int min, int max)
      It creates an enumeration of intervals for BoundDomain.
      Parameters:
      min - the left bound of the BoundDomain.
      max - the right bound of the BoundDomain.
  • Method Details