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
Modifier and Type Method Description static void
main(java.lang.String[] args)
The starting point for the demo.
-
Constructor Details
-
LabeledEdges
public LabeledEdges()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)The starting point for the demo.- Parameters:
args
- ignored.
-