Molinillo::DependencyGraph::Vertex(P, R)
Constructors
Instance methods
explicit_requirements
Sourceincoming_edges
Sourcename
Sourceoutgoing_edges
Sourcepath_to?(other)
Is there a path from self to other following edges in the
dependency graph?
@return true iff there is a path following edges within this {#graph}
payload
Sourcepayload=(payload : P)
Sourcepredecessors
@return [Array<Vertex>] the vertices of {#graph} that have an edge with
self as their {Edge#destination}
root
Sourcesuccessors
@return [Array<Vertex>] the vertices of {#graph} that have an edge with
self as their {Edge#origin}