|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlinearalgebra.symbolic.AbstractUnknown
linearalgebra.symbolic.LeafUnknown
public abstract class LeafUnknown
Field Summary |
---|
Fields inherited from interface linearalgebra.symbolic.SymbolicValue |
---|
ADDS, LEAF, MULT |
Constructor Summary | |
---|---|
LeafUnknown()
|
Method Summary | |
---|---|
SymbolicValue |
getChild(int index)
Returns the child node specifed by this index. |
int |
getChildCount()
Returns the number of child nodes beneath this tree. |
int |
getPrecedence()
Returns an order-of-operations indicator. |
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 |
Methods inherited from interface linearalgebra.symbolic.SymbolicValue |
---|
getNumericValue |
Constructor Detail |
---|
public LeafUnknown()
Method Detail |
---|
public final SymbolicValue getChild(int index)
SymbolicValue
public final int getChildCount()
SymbolicValue
public final int getPrecedence()
SymbolicValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |