NAME
Data::Hopen::G::Link - The base class for all hopen links between ops.
VARIABLES
greedy
If set truthy in the new()
call, the edge will ask for all inputs.
FUNCTIONS
run
Copy the inputs to the outputs.
my $hrOutputs = $op->run($scope)
The output is {}
if no inputs are provided.
By default, the output is a copy of the inputs (see "passthrough" in Data::Hopen::G::Runnable).
BUILD
Constructor. Interprets "greedy".