Package one.empty3.library1.tree
Class TreeTreeNode
java.lang.Object
one.empty3.library1.tree.TreeNode
one.empty3.library1.tree.TreeTreeNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTreeTreeNode
(AlgebraicTree tree, TreeNode t, Object[] objects, TreeNodeType type) -
Method Summary
Modifier and TypeMethodDescriptioneval()
boolean
void
setFunctionName
(String functionName) void
setMathType
(boolean mathType) void
Methods inherited from class one.empty3.library1.tree.TreeNode
getChildren, getExpressionString, getParent, getValue, setChildren, setExpressionString, setParent, setValue, toString
-
Constructor Details
-
TreeTreeNode
-
-
Method Details
-
eval
- Overrides:
eval
in classTreeNode
- Throws:
TreeNodeEvalException
AlgebraicFormulaSyntaxException
-
getFunctionName
-
setFunctionName
-
getMethod
-
setMethod
-
isMathType
public boolean isMathType() -
setMathType
public void setMathType(boolean mathType)
-