class Molinillo::DependencyGraph::AddEdgeNoCircular

def make_edge(graph)

Returns:
  • (Edge) - The edge this action adds

Parameters:
  • graph (DependencyGraph) -- the graph to find vertices from
def make_edge(graph)
  Edge.new(graph.vertex_named(origin), graph.vertex_named(destination), requirement)
end