NAME

PNI::Edge - is used to connect

SYNOPSIS

# Connects the output of a node to the input of another node.
my $edge = PNI::Edge->new( source => $output, target => $input );

ATTRIBUTES

line

source

target

METHODS

task

$edge->task

If edge is connected, pass data from target to source.