Uses of Class
tilda.utils.Graph.Node
-
Packages that use Graph.Node Package Description tilda.utils -
-
Uses of Graph.Node in tilda.utils
Fields in tilda.utils declared as Graph.Node Modifier and Type Field Description protected Graph.Node<T>Graph. _RootFields in tilda.utils with type parameters of type Graph.Node Modifier and Type Field Description protected java.util.List<Graph.Node<T>>Graph.Node. _childrenMethods in tilda.utils that return Graph.Node Modifier and Type Method Description Graph.Node<T>Graph.Node. addChild(T v)Graph.Node<T>Graph. getRoot()Methods in tilda.utils that return types with arguments of type Graph.Node Modifier and Type Method Description java.util.List<Graph.Node<T>>Graph.Node. getChildrenNodes()Methods in tilda.utils with parameters of type Graph.Node Modifier and Type Method Description protected booleanGraph. contains(T t, Graph.Node<T> N)protected voidGraph. getLeaves(boolean Remove, java.util.Set<T> Leaves, Graph.Node<T> N)protected booleanGraph. remove(T t, Graph.Node<T> N)protected static <T> voidGraph. traverse(Graph.Visitor<T> V, int Level, int FirstMiddleLast, Graph.Node<T> N, java.util.List<T> Path, boolean pre)
-