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(java.lang.Object obj) |
InjectionPoint |
getInjectionPoint() |
int |
hashCode() |
java.lang.String |
toString() |
public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint)
public InjectionPoint getInjectionPoint()
public java.lang.String toString()
toString
in class java.lang.Object