Package one.empty3.library1.tree
Class TreeNodeVariable
- java.lang.Object
-
- one.empty3.library1.tree.TreeNode
-
- one.empty3.library1.tree.TreeNodeVariable
-
public class TreeNodeVariable extends TreeNode
-
-
Constructor Summary
Constructors Constructor Description TreeNodeVariable(TreeNode src, java.lang.Object[] objects, VariableTreeNodeType variableTreeNodeType)
-
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.TreeNode
getChildren, getExpressionString, getParent, getValue, setChildren, setExpressionString, setParent, setValue, toString
-
-
-
-
Constructor Detail
-
TreeNodeVariable
public TreeNodeVariable(TreeNode src, java.lang.Object[] objects, VariableTreeNodeType variableTreeNodeType)
-
-
Method Detail
-
eval
public StructureMatrix<java.lang.Double> eval()
-
-