class Molinillo::DependencyGraph::Vertex(P, R)
- Molinillo::DependencyGraph::Vertex(P, R)
- Reference
- Object
Defined in:
molinillo/dependency_graph/vertex.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #explicit_requirements : Array(R)
-
#hash(hasher)
See
Object#hash(hasher)
- #incoming_edges : Array(Edge(P, R))
- #name : String
- #name=(name : String)
- #outgoing_edges : Array(Edge(P, R))
-
#path_to?(other)
Is there a path from
self
toother
following edges in the dependency graph? @return true iff there is a path following edges within this {#graph} - #payload : P
- #payload=(payload : P)
-
#predecessors
@return [Array
] the vertices of {#graph} that have an edge with self
as their {Edge#destination} -
#requirements
@return [Array