Package net.pricefx.formulaengine
Class ModelFormulaContext.TreeNode
- Object
-
- TreeNode
-
- Enclosing interface:
- ModelFormulaContext
public static class ModelFormulaContext.TreeNode extends Object
Representation of a node in a model tree (see for ex.ModelFormulaContext.addTree(String, Collection)
Theid
andparentId
are ids of FilterNodes returned by for exampleModelFormulaContext.findTreeNode(String, List)
-
-
Constructor Summary
Constructors Constructor Description TreeNode()
-
-
-
Field Detail
-
id
public Long id
-
parentId
public Long parentId
-
name
public String name
-
filter
public Filter filter
-
output
public String output
-
children
public Collection<ModelFormulaContext.TreeNode> children
-
-