Uses of Class
jeco.kernel.problem.Variable

Packages that use Variable
jeco.kernel.problem   
jeco.lib.problems.floorplan   
 

Uses of Variable in jeco.kernel.problem
 

Subclasses of Variable in jeco.kernel.problem
 class VariableBinary
           
 class VariableBinaryInteger
           
 class VariableBinaryReal
           
 class VariableInteger
           
 class VariableNumeric<T extends Number>
           
 class VariableReal
           
 

Fields in jeco.kernel.problem declared as Variable
protected  Variable[] Solution.variables
           
 

Methods in jeco.kernel.problem that return Variable
abstract  Variable Variable.clone()
           
 Variable Solution.getVariable(int index)
           
 Variable[] Solution.getVariables()
           
 

Methods in jeco.kernel.problem with parameters of type Variable
 void Solution.setVariable(int index, Variable variable)
           
 

Uses of Variable in jeco.lib.problems.floorplan
 

Subclasses of Variable in jeco.lib.problems.floorplan
 class PostfixVariable
           
 

Methods in jeco.lib.problems.floorplan that return Variable
 Variable PostfixVariable.clone()