|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.real.exp.RealIntervalImpl
public class RealIntervalImpl
Field Summary | |
---|---|
protected double |
inf
Deprecated. |
protected double |
sup
Deprecated. |
Constructor Summary | |
---|---|
RealIntervalImpl()
Deprecated. |
|
RealIntervalImpl(double inf,
double sup)
Deprecated. |
|
RealIntervalImpl(RealInterval i)
Deprecated. |
Method Summary | |
---|---|
double |
getInf()
Deprecated. |
double |
getSup()
Deprecated. |
void |
intersect(RealInterval interval)
Deprecated. Modifies the bounds for intersecting with the specified interval. |
void |
intersect(RealInterval interval,
int index)
Deprecated. Modifies the bounds for intersecting with the specified interval. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double inf
protected double sup
Constructor Detail |
---|
public RealIntervalImpl(double inf, double sup)
public RealIntervalImpl()
public RealIntervalImpl(RealInterval i)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public double getInf()
getInf
in interface RealInterval
public double getSup()
getSup
in interface RealInterval
public void intersect(RealInterval interval) throws ContradictionException
RealInterval
intersect
in interface RealInterval
ContradictionException
public void intersect(RealInterval interval, int index) throws ContradictionException
RealInterval
intersect
in interface RealInterval
index
- of the constraint responsible to this withdraw
ContradictionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |