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