|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.milp.Term
public class Term
Term, a pair (coefficiente, variable)
| Constructor Summary | |
|---|---|
Term(double coeff,
Variable var)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object term2)
|
double |
getCoeff()
Gets the coefficient of the term. |
Variable |
getVar()
Gets the variable of the term. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Term(double coeff,
Variable var)
| Method Detail |
|---|
public Variable getVar()
public double getCoeff()
public boolean equals(java.lang.Object term2)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||