Package one.empty3.library1.tree
Class TreeNodeOperator
- java.lang.Object
-
- one.empty3.library1.tree.TreeNode
-
- one.empty3.library1.tree.TreeNodeValue
-
- one.empty3.library1.tree.TreeNodeOperator
-
public class TreeNodeOperator extends TreeNodeValue
-
-
Constructor Summary
Constructors Constructor Description TreeNodeOperator(TreeNode parent, java.lang.Object[] values, VariableTreeNodeType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureMatrix<java.lang.Double>
eval()
-
Methods inherited from class one.empty3.library1.tree.TreeNodeValue
getValue
-
Methods inherited from class one.empty3.library1.tree.TreeNode
getChildren, getExpressionString, getParent, setChildren, setExpressionString, setParent, setValue, toString
-
-
-
-
Constructor Detail
-
TreeNodeOperator
public TreeNodeOperator(TreeNode parent, java.lang.Object[] values, VariableTreeNodeType type)
-
-
Method Detail
-
eval
public StructureMatrix<java.lang.Double> eval() throws TreeNodeEvalException
- Specified by:
eval
in classTreeNodeValue
- Throws:
TreeNodeEvalException
-
-