Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Graphs
Class EdgeGraph  view EdgeGraph download EdgeGraph.java

java.lang.Object
  extended byUtil.Graphs.EdgeGraph
All Implemented Interfaces:
Graph

public class EdgeGraph
extends java.lang.Object
implements Graph

EdgeGraph

Version:
$Id: EdgeGraph.java,v 1.1 2003/06/16 17:17:04 joewhaley Exp $

Field Summary
(package private)  Graph g
           
 
Constructor Summary
EdgeGraph(Graph g)
           
 
Method Summary
 Graph getGraph()
           
 Navigator getNavigator()
           
 java.util.Collection getRoots()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

g

Graph g
Constructor Detail

EdgeGraph

public EdgeGraph(Graph g)
Method Detail

getRoots

public java.util.Collection getRoots()
Specified by:
getRoots in interface Graph

getNavigator

public Navigator getNavigator()
Specified by:
getNavigator in interface Graph

getGraph

public Graph getGraph()