NAME
PNI::Link
DESCRIPTION
This class represents connections between nodes. It links a node output to a node input, so at every PNI::RUN every node input is updated with the corresponding node output.
Don't use this module, call PNI::LINK instead.
SUBS
- connect_to_source
-
Used to connect a link to its node source.
- connect_to_target
-
Used to connect a link to its node target.
AUTHOR
G. Casati , <fibo@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by G. Casati
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 65:
'=item' outside of any '=over'
- Around line 73:
You forgot a '=back' before '=head1'