class Molinillo::DependencyGraph::AddEdgeNoCircular(P, R)
- Molinillo::DependencyGraph::AddEdgeNoCircular(P, R)
- Molinillo::DependencyGraph::Action(P, R)
- Reference
- Object
Defined in:
molinillo/dependency_graph/add_edge_no_circular.crConstructors
Instance Method Summary
- #destination : String
- #down(graph)
-
#make_edge(graph)
@param [DependencyGraph] graph the graph to find vertices from @return [Edge] The edge this action adds
- #origin : String
- #requirement : R
- #up(graph)
Instance methods inherited from class Molinillo::DependencyGraph::Action(P, R)
down(graph : DependencyGraph(P, R))
down,
next : Action(P, R) | Nil
next,
next=(next __arg0 : Action(P, R) | Nil)
next=,
previous : Action(P, R) | Nil
previous,
previous=(previous : Action(P, R) | Nil)
previous=,
up(graph : DependencyGraph(P, R))
up
Constructor Detail
Instance Method Detail
def make_edge(graph)
#
@param [DependencyGraph] graph the graph to find vertices from @return [Edge] The edge this action adds