74757677787980
/** * Creates a directed graph object. */ protected Graph buildGraph() { return(new BasicDirectedGraph(getNodes(), getEdges())); }