jeco.kernel.problem
Class VariableBinaryReal

java.lang.Object
  extended by jeco.kernel.problem.Variable
      extended by jeco.kernel.problem.VariableBinaryInteger
          extended by jeco.kernel.problem.VariableBinaryReal

public class VariableBinaryReal
extends VariableBinaryInteger


Field Summary
 
Fields inherited from class jeco.kernel.problem.VariableBinaryInteger
bits
 
Fields inherited from class jeco.kernel.problem.Variable
value
 
Constructor Summary
VariableBinaryReal()
           
 
Method Summary
 
Methods inherited from class jeco.kernel.problem.VariableBinaryInteger
clone, equals, toString
 
Methods inherited from class jeco.kernel.problem.Variable
getValue, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableBinaryReal

public VariableBinaryReal()