Class Overview
Edge that connects an interface to the type or instance that is bound to implement it.
Summary
Nested Classes |
enum |
BindingEdge.Type |
Classification for what kind of binding this edge represents. |
[Expand]
Inherited Methods |
From class
com.google.inject.grapher.Edge
|
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)
|
|
Public Constructors
Public Methods
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)
public
String
toString
()