Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.0

Request #3308 would like labels on the arcs
Submitted: 2005-01-27 04:56 UTC
From: hendlerman at yahoo dot com Assigned: sergiosgc
Status: Suspended Package: Structures_Graph
PHP Version: 4.3.9 OS: any
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2005-12-09 12:06 UTC
Package:
Bug Type:
Summary:
From: hendlerman at yahoo dot com
New email:
PHP Version: Package Version: OS:

 

 [2005-01-27 04:56 UTC] hendlerman at yahoo dot com
Description: ------------ Can arcs in the pear graph have metadata? It seems not. A labeled directed graph is a network - and maybe the code isn't meant to handle this complexity?

Comments

 [2005-01-27 05:05 UTC] hendlerman at yahoo dot com
perhaps a slight alteration to this function? function _connectTo(&$destinationNode) { $this->_arcs[] =& $destinationNode; } function _connectTo(&$destinationNode, $label = null) { if ($label != null) $this->_arcs[$label] =& $destinationNode; else $this->_arcs[] =& $destinationNode; }
 [2015-02-26 12:01 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!