[jgrapht-users] How to add a "label" to an edge?
Brought to you by:
barak_naveh,
perfecthash
From: Welson S. <wel...@ya...> - 2005-09-08 18:38:59
|
Hi, I see this LabeledElement interface in JGraphT, but it seems that neither the vertex nor the edge in JGraphT implements the LabeledElement interface? For the vertex, this may not be a problem, since the vertex can be an "Object". But what if I want to assign a "label" or an "Object" to an edge? Welson |