Uses of Class
org.jacop.core.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in org.jacop.constraints
Methods in org.jacop.constraints that return IntervalModifier and TypeMethodDescription(package private) Interval
DisjointConditional.minForbiddenInterval
(int start, int i, Rectangle r, List<IntRectangle> ConsideredRect, int minI) Methods in org.jacop.constraints with parameters of type Interval -
Uses of Interval in org.jacop.constraints.diffn
Fields in org.jacop.constraints.diffn declared as IntervalMethods in org.jacop.constraints.diffn that return IntervalMethod parameters in org.jacop.constraints.diffn with type arguments of type IntervalModifier and TypeMethodDescriptionprivate boolean
private void
Diffn.updateSweepLine
(List<Interval> sweepLine, Diffn.Event e) Constructors in org.jacop.constraints.diffn with parameters of type Interval -
Uses of Interval in org.jacop.core
Fields in org.jacop.core declared as IntervalModifier and TypeFieldDescription(package private) Interval
BoundDomainIntervalEnumeration.i
(package private) Interval
IntervalDomainIntervalEnumeration.i
(package private) Interval
IntervalDomainValueEnumeration.i
Interval[]
IntervalDomain.intervals
The values of the domain are encoded as a list of intervals.Methods in org.jacop.core that return IntervalModifier and TypeMethodDescriptionstatic final Interval
IntDomain.divBounds
(int a, int b, int c, int d) static final Interval
IntDomain.divIntBounds
(int a, int b, int c, int d) BoundDomain.getInterval
(int position) abstract Interval
IntDomain.getInterval
(int position) It returns required interval.IntervalDomain.getInterval
(int position) SmallDenseDomain.getInterval
(int position) static final Interval
IntDomain.mulBounds
(int a, int b, int c, int d) BoundDomainIntervalEnumeration.nextElement()
IntervalDomainIntervalEnumeration.nextElement()
abstract Interval
IntervalEnumeration.nextElement()
SmallDenseDomainIntervalEnumeration.nextElement()
static final Interval
IntDomain.squareBounds
(int a, int b) Methods in org.jacop.core with parameters of type IntervalModifier and TypeMethodDescriptionboolean
It checks equality between intervals.void
BoundDomain.unionAdapt
(Interval i) void
IntDomain.unionAdapt
(Interval i) It adds interval of values to the domain.void
IntervalDomain.unionAdapt
(Interval i) It adds interval of values to the domain.void
SmallDenseDomain.unionAdapt
(Interval i) -
Uses of Interval in org.jacop.set.core
Methods in org.jacop.set.core with parameters of type Interval