Class Bundler::Molinillo::DependencyGraph::AddEdgeNoCircular
In: lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
Parent: Action

@!visibility private (see DependencyGraph#add_edge_no_circular)

Methods

action_name   down   make_edge   new   up  

Attributes

destination  [R]  @return [String] the name of the destination of the edge
origin  [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 the name of the origin of the edge @param [String] destination 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]