public interface Variable
Modifier and Type | Interface and Description |
---|---|
static class |
Variable.TYPE_VAR
Definisce il tipo di variabile : intera, binaria o reale
|
Modifier and Type | Method and Description |
---|---|
double |
getLower() |
java.lang.String |
getName() |
Variable.TYPE_VAR |
getType() |
double |
getUpper() |
double |
getValue() |
boolean |
isFree() |
java.lang.String getName()
Variable.TYPE_VAR getType()
double getUpper()
double getLower()
boolean isFree()
double getValue()