Help for this page
Edge->new(); # all properties set to undef Edge->new("from_node","to_node"); # label set to undef Edge->new("from_node","to_node","label"); # all props set
sub new() { ... bless $self, $class; return $self; }