|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.lsmp.djep.sjep.MutiablePolynomial
public class MutiablePolynomial
A mutable polynomial representing a + b + c. There are no requirements that this is in a reduced form so some powers can be zero.
Constructor Summary | |
---|---|
MutiablePolynomial(PolynomialCreator pc,
PNodeI[] nodes)
Note arrays parsed may be modified. |
Method Summary | |
---|---|
void |
add(PNodeI term)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutiablePolynomial(PolynomialCreator pc, PNodeI[] nodes)
Method Detail |
---|
public void add(PNodeI term) throws ParseException
ParseException
public 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 |