public interface DecisionTreeVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitNode(List<DecisionTreeNode> path,
DecisionTreeNode node) |
void visitNode(List<DecisionTreeNode> path, DecisionTreeNode node)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.