|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.cp.solver.constraints.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. |
Solver |
getSolver()
Deprecated. Retrieves the solver of the entity |
double |
getSup()
Deprecated. |
void |
intersect(RealInterval interval)
Deprecated. Modifies the bounds for intersecting with the specified interval. |
String |
pretty()
Deprecated. pretty printing of the object. |
void |
setSolver(Solver solver)
Deprecated. |
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 String toString()
toString
in class Object
public String pretty()
IPretty
pretty
in interface IPretty
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 Solver getSolver()
public void setSolver(Solver solver)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |