- java.lang.Object
-
- org.jgrapht.demo.HelloJGraphT
-
public final class HelloJGraphT extends java.lang.Object
A simple introduction to using JGraphT.- Author:
- Barak Naveh
-
-
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.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.net.URISyntaxException, ExportException
The starting point for the demo.- Parameters:
args
- ignored.- Throws:
java.net.URISyntaxException
- if invalid URI is constructed.ExportException
- if graph cannot be exported.
-
-