RE: [jgrapht-users] Labeled Edges.
Brought to you by:
barak_naveh,
perfecthash
From: Welson S. <wel...@ya...> - 2006-02-06 18:51:42
|
You are right, no code in the JGraphT is implementing LabeledElement interface. I have asked this question before, and I ended up just create my own edge class which extends DirectedEdge. I do agree that a generic LabeledEdge is needed. Welson _____ From: jgr...@li... [mailto:jgr...@li...] On Behalf Of Valentin Ruano Sent: Monday, February 06, 2006 10:39 AM To: jgr...@li... Subject: [jgrapht-users] Labeled Edges. Hi all, I'm new using JGraphT. I need to be able to hang arbitrary information from vertex and edges. As vertex can be of any class that is not much trouble. For edges is another story as it requires to create you own edge class, factory and also graph implementation/interface that accept labels (at least at edge addition). are there any thoughts about incorporating Labeled(Edge)Graphs in the near future, or perhaps in the Java 1.5 generic version? I may contribute my (future) code if not. What is the function of jgrapht.LabeledElement interface? seems that is not referenced from anywhere. cheers, Valentin. |