jeco.kernel.problem
Class VariableReal

java.lang.Object
  extended by jeco.kernel.problem.Variable
      extended by jeco.kernel.problem.VariableNumeric<java.lang.Double>
          extended by jeco.kernel.problem.VariableReal

public class VariableReal
extends VariableNumeric<java.lang.Double>


Field Summary
 
Fields inherited from class jeco.kernel.problem.VariableNumeric
lowerBound, upperBound, value
 
Constructor Summary
VariableReal(java.lang.Double lowerBound, java.lang.Double upperBound)
           
 
Method Summary
 VariableReal clone()
           
static VariableReal newVariable(java.lang.Double lowerBound, java.lang.Double upperBound)
           
 
Methods inherited from class jeco.kernel.problem.VariableNumeric
equals, getLowerBound, getUpperBound, getValue, setLowerBound, setUpperBound, setValue
 
Methods inherited from class jeco.kernel.problem.Variable
setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableReal

public VariableReal(java.lang.Double lowerBound,
                    java.lang.Double upperBound)
Method Detail

newVariable

public static VariableReal newVariable(java.lang.Double lowerBound,
                                       java.lang.Double upperBound)

clone

public VariableReal clone()
Specified by:
clone in class Variable