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 | Method and Description |
---|---|
abstract boolean |
AbstractInjectionPlanNodeVisitor.visit(Constructor<?> node)
Process current injection plan node of Constructor type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GraphvizInjectionPlanVisitor.visit(Constructor<?> node)
Process current injection plan node of Constructor type.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.