scratch.tom.simpleGraph
Class Main

java.lang.Object
  extended by scratch.tom.simpleGraph.Main

public class Main
extends Object


Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
 void needDirectedGraphHere(Graph<? extends Object,? extends DirectedEdge> directedGraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

needDirectedGraphHere

public void needDirectedGraphHere(Graph<? extends Object,? extends DirectedEdge> directedGraph)