jwutil.graphs
Interface Graph

All Known Implementing Classes:
EdgeGraph, ReverseGraph, SCCTopSortedGraph

public interface Graph

Graph

Version:
$Id: Graph.java 1934 2004-09-27 22:42:35Z joewhaley $
Author:
John Whaley

Method Summary
 Navigator getNavigator()
           
 java.util.Collection getRoots()
           
 

Method Detail

getRoots

java.util.Collection getRoots()

getNavigator

Navigator getNavigator()


Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.