|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceNode | |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Uses of InterfaceNode in com.google.inject.grapher |
---|
Classes in com.google.inject.grapher with type parameters of type InterfaceNode | |
---|---|
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 . |
static interface |
InterfaceNode.Factory<K,T extends InterfaceNode<K>>
Factory interface for InterfaceNode s. |
Uses of InterfaceNode in com.google.inject.grapher.graphviz |
---|
Classes in com.google.inject.grapher.graphviz that implement InterfaceNode | |
---|---|
protected class |
InterfaceNodeFactory.GraphvizNodeAdaptor
Adaptor class that converts InterfaceNode methods to display
operations on a GraphvizNode . |
Methods in com.google.inject.grapher.graphviz that return InterfaceNode | |
---|---|
InterfaceNode<String> |
InterfaceNodeFactory.newInterfaceNode(String nodeId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |