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 classDocs.DependencyPrinter -
Uses of Graph.Visitor in tilda.utils
Methods in tilda.utils with parameters of type Graph.Visitor Modifier and Type Method Description voidGraph. traverse(Graph.Visitor<T> V, boolean pre)Given a visitor V, traverses the graph depth firstprotected static <T> voidGraph. traverse(Graph.Visitor<T> V, int Level, int FirstMiddleLast, Graph.Node<T> N, java.util.List<T> Path, boolean pre)
-