origin
to target
. The vertices are not required to exist prior to this call - if they are not currently contained by the graph, they are automatically added.
@param origin the origin vertex of the dependency
@param target the target vertex of the dependency
@return true
if the edge was added, false
if theedge was not added because it would have violated the acyclic nature of the receiver.
|
|
|
|
|
|
|
|