
SNA::Network::Edge - Edge class for SNA::Network

Quick summary of what the module does.
Perhaps a little code snippet.
use SNA::Network::Edge;
my $foo = SNA::Network::Edge->new();
...

Create a new edge with source, target and weight.
Returns the source node object of the edge.
Returns the target node object of the edge.
Returns the weight of the edge.

Darko Obradovic, <dobradovic at gmx.de>

Please report any bugs or feature requests to bug-sna-network-edge at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SNA-Network. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc SNA::Network
You can also look for information at:


Copyright 2009 Darko Obradovic, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.