The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.