| Package | Description | 
|---|---|
| org.apache.reef.tang.util.walk | 
 Utility classes for configuration graph and injection plan traversal. 
 | 
| org.apache.reef.tang.util.walk.graphviz | 
 produce Graphviz representation of TANG configuration graph and injection plan. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractClassHierarchyNodeVisitor
Generic interface to traverse nodes of the class hierarchy. 
 | 
class  | 
AbstractInjectionPlanNodeVisitor
Generic interface to traverse nodes of the injection plan. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Traversable<T>>  | 
Walk.preorder(NodeVisitor<T> nodeVisitor,
                EdgeVisitor<T> edgeVisitor,
                T node)
Traverse the configuration (sub)tree in preorder, starting from the given node. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GraphvizConfigVisitor
Build a Graphviz representation of the configuration graph. 
 | 
class  | 
GraphvizInjectionPlanVisitor
Build a Graphviz representation of the injection plan graph. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.