|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.milp.Variable
public class Variable
Variable.
| Constructor Summary | |
|---|---|
Variable(java.lang.String name,
Bound bound)
Constructor. |
|
| Method Summary | |
|---|---|
Bound |
getBound()
Gets the type of the variable. |
java.lang.String |
getName()
Gets the name of the variable. |
double |
getSolutionValue()
Gets the vulue of the variable. |
void |
setBound(Bound bound)
Gets the name of the variable. |
void |
setSolutionValue(double value)
Sets the vulue of the variable. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Variable(java.lang.String name,
Bound bound)
name - Name of the variable.bound - Type of the variable.| Method Detail |
|---|
public java.lang.String getName()
public Bound getBound()
public void setBound(Bound bound)
bound - Name of the variablepublic double getSolutionValue()
public void setSolutionValue(double value)
value - Value of the variablepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||