Package org.jpmml.evaluator.tree
Interface HasNodeRegistry
-
- All Superinterfaces:
HasEntityRegistry<org.dmg.pmml.tree.Node>
- All Known Implementing Classes:
ComplexTreeModelEvaluator
public interface HasNodeRegistry extends HasEntityRegistry<org.dmg.pmml.tree.Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.dmg.pmml.tree.Node>getPath(String id)List<org.dmg.pmml.tree.Node>getPathBetween(String parentId, String childId)-
Methods inherited from interface org.jpmml.evaluator.HasEntityRegistry
getEntityRegistry
-
-