public class DependencyEdge extends Edge
InjectionPoint
to the interface node that will satisfy the
dependency.Constructor | Description |
---|---|
DependencyEdge(NodeId fromId,
NodeId toId,
InjectionPoint injectionPoint) |
Modifier and Type | Method | Description |
---|---|---|
Edge |
copy(NodeId fromId,
NodeId toId) |
Returns a copy of the edge with new node IDs.
|
boolean |
equals(Object obj) |
|
InjectionPoint |
getInjectionPoint() |
|
int |
hashCode() |
|
String |
toString() |
public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint)
public InjectionPoint getInjectionPoint()
Copyright © 2006–2018 Google, Inc.. All rights reserved.