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)

Methods

action_name   down   make_edge   new   up  

Attributes

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

Public Class methods

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

Public Instance methods

@param [DependencyGraph] graph the graph to find vertices from @return [Edge] The edge this action adds

[Validate]