Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
BindingEdgeFactory.GraphvizEdgeAdaptor.setType(BindingEdge.Type type) |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.