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) IntervalDisjointConditional.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 booleanprivate voidDiffn.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) IntervalBoundDomainIntervalEnumeration.i(package private) IntervalIntervalDomainIntervalEnumeration.i(package private) IntervalIntervalDomainValueEnumeration.iInterval[]IntervalDomain.intervalsThe values of the domain are encoded as a list of intervals.Methods in org.jacop.core that return IntervalModifier and TypeMethodDescriptionstatic final IntervalIntDomain.divBounds(int a, int b, int c, int d) static final IntervalIntDomain.divIntBounds(int a, int b, int c) static final IntervalIntDomain.divIntBounds(int a, int b, int c, int d) BoundDomain.getInterval(int position) abstract IntervalIntDomain.getInterval(int position) It returns required interval.IntervalDomain.getInterval(int position) SmallDenseDomain.getInterval(int position) static final IntervalIntDomain.mulBounds(int a, int b, int c) static final IntervalIntDomain.mulBounds(int a, int b, int c, int d) BoundDomainIntervalEnumeration.nextElement()IntervalDomainIntervalEnumeration.nextElement()abstract IntervalIntervalEnumeration.nextElement()SmallDenseDomainIntervalEnumeration.nextElement()static final IntervalIntDomain.squareBounds(int a, int b) Methods in org.jacop.core with parameters of type IntervalModifier and TypeMethodDescriptionbooleanIt checks equality between intervals.voidBoundDomain.unionAdapt(Interval i) Union of interval i and current domain.voidIntDomain.unionAdapt(Interval i) It adds interval of values to the domain.voidIntervalDomain.unionAdapt(Interval i) It adds interval of values to the domain.voidSmallDenseDomain.unionAdapt(Interval i) -
Uses of Interval in org.jacop.set.core
Methods in org.jacop.set.core with parameters of type Interval