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

Defined in:

molinillo/dependency_graph/detach_vertex_named.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(name : String) #

[View source]

Instance Method Detail

def down(graph) #

[View source]
def name : String #

[View source]
def up(graph) #

[View source]