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. _Root
Fields in tilda.utils with type parameters of type Graph.Node Modifier and Type Field Description protected java.util.List<Graph.Node<T>>
Graph.Node. _children
Methods 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 boolean
Graph. contains(T t, Graph.Node<T> N)
protected void
Graph. getLeaves(boolean Remove, java.util.Set<T> Leaves, Graph.Node<T> N)
protected boolean
Graph. remove(T t, Graph.Node<T> N)
protected static <T> void
Graph. traverse(Graph.Visitor<T> V, int Level, int FirstMiddleLast, Graph.Node<T> N, java.util.List<T> Path, boolean pre)
-