|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjeco.kernel.problem.Variable
jeco.kernel.problem.VariableNumeric<java.lang.Double>
jeco.kernel.problem.VariableReal
public class VariableReal
| Field Summary |
|---|
| Fields inherited from class jeco.kernel.problem.VariableNumeric |
|---|
lowerBound, upperBound, value |
| Constructor Summary | |
|---|---|
VariableReal(java.lang.Double lowerBound,
java.lang.Double upperBound)
|
|
| Method Summary | |
|---|---|
VariableReal |
clone()
|
static VariableReal |
newVariable(java.lang.Double lowerBound,
java.lang.Double 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 |
|---|
public VariableReal(java.lang.Double lowerBound,
java.lang.Double upperBound)
| Method Detail |
|---|
public static VariableReal newVariable(java.lang.Double lowerBound,
java.lang.Double upperBound)
public VariableReal clone()
clone in class Variable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||