@PublicAPI @Beta public interface SimpleDfsVisitor
Please note that this interface is marked with Beta
annotation, so it can be subject of incompatible changes
or removal in later releases.
Modifier and Type | Method and Description |
---|---|
void |
visit(List<IDBasedHierarchicCluster> path,
IDBasedHierarchicCluster visitedCluster)
Visit cluster.
|
void visit(List<IDBasedHierarchicCluster> path, IDBasedHierarchicCluster visitedCluster)
path
- Path from root to the visited cluster. Last element of the path is the visited cluster.visitedCluster
- Last element of the path for convenience