| Class | Bundler::Molinillo::DependencyGraph::DeleteEdge |
| In: |
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
|
| Parent: | Action |
@!visibility private (see DependencyGraph#delete_edge)
| destination_name | [R] | @return [String] the name of the destination of the edge |
| origin_name | [R] | @return [String] the name of the origin of the edge |
| requirement | [R] | @return [Object] the requirement that the edge represents |
Initialize an action to add an edge to a dependency graph @param [String] origin_name the name of the origin of the edge @param [String] destination_name the name of the destination of the edge @param [Object] requirement the requirement that the edge represents
@param [DependencyGraph] graph the graph to find vertices from @return [Edge] The edge this action adds