jeco.kernel.problem
Class VariableBinaryInteger

java.lang.Object
  extended by jeco.kernel.problem.Variable
      extended by jeco.kernel.problem.VariableBinaryInteger
Direct Known Subclasses:
VariableBinaryReal

public class VariableBinaryInteger
extends Variable


Field Summary
protected  java.util.BitSet bits
           
 
Fields inherited from class jeco.kernel.problem.Variable
value
 
Constructor Summary
VariableBinaryInteger()
           
 
Method Summary
 VariableBinaryInteger clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String 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
 

Field Detail

bits

protected java.util.BitSet bits
Constructor Detail

VariableBinaryInteger

public VariableBinaryInteger()
Method Detail

clone

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

toString

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object