|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlinearalgebra.symbolic.AbstractUnknown
linearalgebra.symbolic.UnaryOperator
linearalgebra.symbolic.Negative
public class Negative
Field Summary |
---|
Fields inherited from interface linearalgebra.symbolic.SymbolicValue |
---|
ADDS, LEAF, MULT |
Constructor Summary | |
---|---|
Negative(SymbolicValue v)
|
Method Summary | |
---|---|
protected double |
doOperation(double child)
|
int |
getPrecedence()
Returns an order-of-operations indicator. |
java.lang.String |
getString()
|
Methods inherited from class linearalgebra.symbolic.UnaryOperator |
---|
getChild, getChildCount, getNumericValue, setChild |
Methods inherited from class linearalgebra.symbolic.AbstractUnknown |
---|
addParent, appendParenthesisString, contains, getParent, getParentCount, isNormal, removeParent, scale, subTreeChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Negative(SymbolicValue v)
Method Detail |
---|
public int getPrecedence()
SymbolicValue
public java.lang.String getString()
protected double doOperation(double child)
doOperation
in class UnaryOperator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |