jeco.kernel.problem
Class VariableBinary

java.lang.Object
  extended by jeco.kernel.problem.Variable<java.lang.Boolean>
      extended by jeco.kernel.problem.VariableBinary

public class VariableBinary
extends Variable<java.lang.Boolean>


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

Constructor Detail

VariableBinary

public VariableBinary()

VariableBinary

public VariableBinary(boolean value)
Method Detail

clone

public VariableBinary clone()
Specified by:
clone in class Variable<java.lang.Boolean>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object