jeco.kernel.problem
Class VariableInteger

java.lang.Object
  extended by jeco.kernel.problem.Variable
      extended by jeco.kernel.problem.VariableNumeric<java.lang.Integer>
          extended by jeco.kernel.problem.VariableInteger

public class VariableInteger
extends VariableNumeric<java.lang.Integer>

Author:
jlrisco

Field Summary
 
Fields inherited from class jeco.kernel.problem.VariableNumeric
lowerBound, upperBound, value
 
Constructor Summary
VariableInteger(java.lang.Integer lowerBound, java.lang.Integer upperBound)
           
 
Method Summary
 VariableInteger clone()
           
static VariableInteger newVariable(java.lang.Integer lowerBound, java.lang.Integer 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

VariableInteger

public VariableInteger(java.lang.Integer lowerBound,
                       java.lang.Integer upperBound)
Method Detail

newVariable

public static VariableInteger newVariable(java.lang.Integer lowerBound,
                                          java.lang.Integer upperBound)

clone

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