class Molinillo::DependencyGraph::Tag(P, R)
Defined in:
molinillo/dependency_graph/tag.cr
Constructors
Instance Method Summary
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
Instance Method Detail