Package one.empty3.library1.tree
Class TreeNodeFunction
- java.lang.Object
-
- one.empty3.library1.tree.TreeNode
-
- one.empty3.library1.tree.TreeNodeValue
-
- one.empty3.library1.tree.TreeNodeFunction
-
public class TreeNodeFunction extends TreeNodeValue
-
-
Constructor Summary
Constructors Constructor Description TreeNodeFunction(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
-
TreeNodeFunction
public TreeNodeFunction(TreeNode parent, java.lang.Object[] values, VariableTreeNodeType type)
-
-
Method Detail
-
eval
public StructureMatrix<java.lang.Double> eval()
- Specified by:
eval
in classTreeNodeValue
-
-