Uses of Interface
tilda.utils.Graph.Visitor
-
Packages that use Graph.Visitor Package Description tilda.generation.html tilda.utils -
-
Uses of Graph.Visitor in tilda.generation.html
Classes in tilda.generation.html that implement Graph.Visitor Modifier and Type Class Description protected static class
Docs.DependencyPrinter
-
Uses of Graph.Visitor in tilda.utils
Methods in tilda.utils with parameters of type Graph.Visitor Modifier and Type Method Description void
Graph. traverse(Graph.Visitor<T> V, boolean pre)
Given a visitor V, traverses the graph depth firstprotected static <T> void
Graph. traverse(Graph.Visitor<T> V, int Level, int FirstMiddleLast, Graph.Node<T> N, java.util.List<T> Path, boolean pre)
-