|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealInterval
An interface for real intervals.
Method Summary | |
---|---|
double |
getInf()
|
double |
getSup()
|
void |
intersect(RealInterval interval)
Modifies the bounds for intersecting with the specified interval. |
void |
intersect(RealInterval interval,
int index)
Modifies the bounds for intersecting with the specified interval. |
Method Detail |
---|
double getInf()
double getSup()
void intersect(RealInterval interval) throws ContradictionException
interval
-
ContradictionException
void intersect(RealInterval interval, int index) throws ContradictionException
interval
- 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 |