| Package | Description |
|---|---|
| com.google.inject.grapher | |
| com.google.inject.grapher.graphviz |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BindingEdge.Factory<K,T extends BindingEdge<K>>
Factory interface for
BindingEdges. |
class |
GraphingVisitor<K,N extends InterfaceNode<K>,M extends ImplementationNode<K>,B extends BindingEdge<K>,D extends DependencyEdge<K>>
BindingTargetVisitor that adds nodes and edges to the graph based on
the visited Binding. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BindingEdgeFactory.GraphvizEdgeAdaptor
Adaptor class that converts
BindingEdge methods to display
operations on a GraphvizEdge. |
| Modifier and Type | Method and Description |
|---|---|
BindingEdge<String> |
BindingEdgeFactory.newBindingEdge(String fromId,
String toId) |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.