choco.cp.solver.constraints.real.exp
Class RealIntervalImpl

java.lang.Object
  extended by choco.cp.solver.constraints.real.exp.RealIntervalImpl
All Implemented Interfaces:
IPretty, Domain, RealInterval

Deprecated.

public class RealIntervalImpl
extends Object
implements RealInterval


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

inf

protected double inf
Deprecated. 

sup

protected double sup
Deprecated. 
Constructor Detail

RealIntervalImpl

public RealIntervalImpl(double inf,
                        double sup)
Deprecated. 

RealIntervalImpl

public RealIntervalImpl()
Deprecated. 

RealIntervalImpl

public RealIntervalImpl(RealInterval i)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

pretty

public String pretty()
Deprecated. 
Description copied from interface: IPretty
pretty printing of the object. This String is not constant and may depend on the context.

Specified by:
pretty in interface IPretty
Returns:
a readable string representation of the object

getInf

public double getInf()
Deprecated. 
Specified by:
getInf in interface RealInterval
Returns:
the lower bound.

getSup

public double getSup()
Deprecated. 
Specified by:
getSup in interface RealInterval
Returns:
the upper bound.

intersect

public void intersect(RealInterval interval)
               throws ContradictionException
Deprecated. 
Description copied from interface: RealInterval
Modifies the bounds for intersecting with the specified interval.

Specified by:
intersect in interface RealInterval
Throws:
ContradictionException

getSolver

public Solver getSolver()
Deprecated. 
Retrieves the solver of the entity


setSolver

public void setSolver(Solver solver)
Deprecated. 


Copyright © 2012. All Rights Reserved.