|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingEdge.Type | |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Uses of BindingEdge.Type in com.google.inject.grapher |
---|
Methods in com.google.inject.grapher that return BindingEdge.Type | |
---|---|
static BindingEdge.Type |
BindingEdge.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BindingEdge.Type[] |
BindingEdge.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.google.inject.grapher with parameters of type BindingEdge.Type | |
---|---|
protected B |
GraphingVisitor.newBindingEdge(K nodeId,
K toId,
BindingEdge.Type type)
Creates a new BindingEdge from the given node to the specified
node. |
void |
BindingEdge.setType(BindingEdge.Type type)
|
Uses of BindingEdge.Type in com.google.inject.grapher.graphviz |
---|
Methods in com.google.inject.grapher.graphviz with parameters of type BindingEdge.Type | |
---|---|
void |
BindingEdgeFactory.GraphvizEdgeAdaptor.setType(BindingEdge.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |