public class Monomial extends AbstractPNode
Modifier and Type | Method and Description |
---|---|
PNodeI |
add(PNodeI node)
Adds a node to this one.
|
int |
compareTo(PNodeI node)
Compare this to argument.
|
PNodeI |
div(PNodeI node)
Divides this by the argument.
|
boolean |
equals(PNodeI node)
True is nodes represent the same parse trees
|
PNodeI |
expand()
complete expansion.
|
PNodeI |
invert()
inverts node i.e.
|
PNodeI |
mul(PNodeI node)
Multiplies this by the argument.
|
PNodeI |
negate()
negates node i.e.
|
PNodeI |
pow(PNodeI pow)
Raise this to the argument.
|
PNodeI |
sub(PNodeI node)
Subtracts the argument from this.
|
Node |
toNode()
Converts the node to standard JEP format.
|
String |
toString()
Produces a string representation of the argument.
|
isOne, isZero
public PNodeI mul(PNodeI node) throws ParseException
PNodeI
mul
in interface PNodeI
mul
in class AbstractPNode
ParseException
public PNodeI div(PNodeI node) throws ParseException
PNodeI
div
in interface PNodeI
div
in class AbstractPNode
ParseException
public PNodeI pow(PNodeI pow) throws ParseException
PNodeI
pow
in interface PNodeI
pow
in class AbstractPNode
ParseException
public PNodeI negate() throws ParseException
PNodeI
negate
in interface PNodeI
negate
in class AbstractPNode
ParseException
public PNodeI invert() throws ParseException
PNodeI
invert
in interface PNodeI
invert
in class AbstractPNode
ParseException
public PNodeI add(PNodeI node) throws ParseException
PNodeI
add
in interface PNodeI
add
in class AbstractPNode
ParseException
public PNodeI sub(PNodeI node) throws ParseException
PNodeI
sub
in interface PNodeI
sub
in class AbstractPNode
ParseException
public boolean equals(PNodeI node)
PNodeI
equals
in interface PNodeI
equals
in class AbstractPNode
public int compareTo(PNodeI node)
compareTo
in interface PNodeI
compareTo
in class AbstractPNode
public String toString()
PNodeI
public Node toNode() throws ParseException
PNodeI
ParseException
public PNodeI expand() throws ParseException
PNodeI
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics