public class PVariable extends AbstractPNode
pc| Constructor and Description |
|---|
PVariable(PolynomialCreator pc,
XVariable var) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PVariable vf) |
boolean |
equals(PNodeI node)
True is nodes represent the same parse trees
|
PNodeI |
expand()
complete expansion.
|
Node |
toNode()
Converts the node to standard JEP format.
|
String |
toString()
Produces a string representation of the argument.
|
add, compareTo, div, invert, isOne, isZero, mul, negate, pow, subpublic PVariable(PolynomialCreator pc, XVariable var)
public boolean equals(PNodeI node)
PNodeIequals in interface PNodeIequals in class AbstractPNodepublic int compareTo(PVariable vf)
public String toString()
PNodeIpublic Node toNode() throws ParseException
PNodeIParseExceptionCopyright © 2018. All rights reserved.