| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
default void |
ObjectGraph.walk(ObjectGraphVisitor<? super T> v)
Walk the tree of nodes in some order, such that each node is only visited
once.
|
default void |
ObjectGraph.walk(T startingWith,
ObjectGraphVisitor<? super T> v)
Walk the tree of node definitions and node references in some order,
starting from the passed starting node.
|
default void |
ObjectGraph.walkUpwards(T startingWith,
ObjectGraphVisitor<? super T> v)
Walk the antecedents of a node.
|
Copyright © 2010–2019 Mastfrog Technologies. All rights reserved.