*/
public static void main(String[] args) {
TestGraphReader tester = new TestGraphReader();
CompositeActor toplevel = tester._readGraph(args);
GraphReader graphReader = new GraphReader();
DirectedGraph graph = (DirectedGraph) (graphReader.convert(toplevel));
tester._printGraph(graph);
}
///////////////////////////////////////////////////////////////////
//// protected methods ////