java.lang.Object |
↳ |
com.google.inject.grapher.Edge |
Known Direct Subclasses
BindingEdge |
Edge that connects an interface to the type or instance that is bound to implement it. |
DependencyEdge |
Edge from a class or InjectionPoint to the interface node that will satisfy the
dependency. |
|
Class Overview
Edge in a guice dependency graph.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Protected Constructors
Public Methods
public
abstract
Edge
copy
(NodeId fromId, NodeId toId)
Returns a copy of the edge with new node IDs.
Parameters
fromId
| new ID of the 'from' node |
toId
| new ID of the 'to' node |
Returns
- copy of the edge with the new node IDs
public
boolean
equals
(Object obj)