Uses of Class
net.pricefx.formulaengine.ModelFormulaContext.TreeNode
Packages that use ModelFormulaContext.TreeNode
-
Uses of ModelFormulaContext.TreeNode in net.pricefx.formulaengine
Fields in net.pricefx.formulaengine with type parameters of type ModelFormulaContext.TreeNodeMethods in net.pricefx.formulaengine that return ModelFormulaContext.TreeNodeModifier and TypeMethodDescriptionRetrieves the root node of the tree with the given name, if it exists (i.e. was created by the model).Methods in net.pricefx.formulaengine with parameters of type ModelFormulaContext.TreeNodeModifier and TypeMethodDescriptionModelEvaluator.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.