public class Term
extends java.lang.Object
public Term(double coeff, Variable var)
public Variable getVar()
public double getCoeff()
public boolean equals(java.lang.Object term)
equals
in class java.lang.Object
term
- The reference object with which to compare.public java.lang.String toString()
toString
in class java.lang.Object