- java.lang.Object
-
- org.jgrapht.demo.LabeledEdges
-
public class LabeledEdges extends java.lang.Object
An example of how to apply edge labels using a custom edge class.- Author:
- Barak Naveh
-
-
Constructor Summary
Constructors Constructor Description LabeledEdges()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The starting point for the demo.
-