The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Hopen::Visitor - Abstract base class for DAG visitors

SYNOPSIS

This is an abstract base class for visitors provided to "run" in Data::Hopen::G::Dag.

FUNCTIONS

visit_goal

Process a Data::Hopen::G::Goal.

visit_node

Process a graph node that is not a Data::Hopen::G::Goal.