Uses of Class
net.pricefx.formulaengine.ModelFormulaContext.TreeNode
-
Packages that use ModelFormulaContext.TreeNode Package Description net.pricefx.formulaengine Provides Formula Engine API classes. -
-
Uses of ModelFormulaContext.TreeNode in net.pricefx.formulaengine
Fields in net.pricefx.formulaengine with type parameters of type ModelFormulaContext.TreeNode Modifier and Type Field Description Collection<ModelFormulaContext.TreeNode>
ModelFormulaContext.TreeNode. children
Methods in net.pricefx.formulaengine that return ModelFormulaContext.TreeNode Modifier and Type Method Description ModelFormulaContext.TreeNode
ModelEvaluator. getTree(String treeName)
Retrieves the root node of the tree with the given name, if it exists (i.e.Methods in net.pricefx.formulaengine with parameters of type ModelFormulaContext.TreeNode Modifier and Type Method Description String
ModelEvaluator. evaluateTree(ModelFormulaContext.TreeNode tree, Map<String,Object> input)
Determines the node in a model tree that complies to the given input, starting from a given TreeNode.
-