public class DependencyEdge extends Edge
InjectionPoint
to the interface node that will satisfy the
dependency.Constructor and Description |
---|
DependencyEdge(NodeId fromId,
NodeId toId,
InjectionPoint injectionPoint) |
Modifier and Type | Method and 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()