| Package | Description |
|---|---|
| org.apache.reef.tang.implementation.java |
Private implementation classes that configure and inject code written
in Java.
|
| org.apache.reef.tang.implementation.types |
Implementations of the ClassHierarchy type system.
|
| 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 |
|---|---|
static PackageNode |
JavaNodeFactory.createRootPackageNode() |
PackageNode |
ClassHierarchyImpl.getNamespace() |
| Modifier and Type | Class and Description |
|---|---|
class |
PackageNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
AbstractClassHierarchyNodeVisitor.visit(PackageNode node)
Process current configuration node of PackageNode type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GraphvizConfigVisitor.visit(PackageNode node)
Process current package configuration node.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.