|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.milp.Bound
fuzzydl.milp.UpperBound
public class UpperBound
Upper bound for a real variable.
| Field Summary |
|---|
| Fields inherited from class fuzzydl.milp.Bound |
|---|
type |
| Constructor Summary | |
|---|---|
UpperBound(double boundVal)
|
|
| Method Summary | |
|---|---|
double |
getBoundVal()
Gets the value of the bound. |
Variable |
getNewVariable()
Gets a new variable of the type of the bound. |
java.lang.String |
toString()
|
| Methods inherited from class fuzzydl.milp.Bound |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpperBound(double boundVal)
| Method Detail |
|---|
public Variable getNewVariable()
getNewVariable in class Boundpublic double getBoundVal()
getBoundVal in class Boundpublic java.lang.String toString()
toString in class Bound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||