class Molinillo::DependencyGraph::AddEdgeNoCircular(P, R)

Defined in:

molinillo/dependency_graph/add_edge_no_circular.cr

Constructors

Instance Method Summary

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

def self.new(origin : String, destination : String, requirement : R) #

[View source]

Instance Method Detail

def destination : String #

[View source]
def down(graph) #

[View source]
def make_edge(graph) #

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


[View source]
def origin : String #

[View source]
def requirement : R #

[View source]
def up(graph) #

[View source]