Molinillo::DependencyGraph::Action(P, R)
An action that modifies a {DependencyGraph} that is reversible. @abstract
Instance methods
down(graph : DependencyGraph(P, R))
Reverses the action on the given graph. @param [DependencyGraph] graph the graph to reverse the action on. @return [Void]
up(graph : DependencyGraph(P, R))
Performs the action on the given graph. @param [DependencyGraph] graph the graph to perform the action on. @return [Void]