de.saar.chorus.jgraph
Class LazyGraphSource<GraphType extends ImprovedJGraph>

Object
  extended by LazyGraphSource<GraphType>
All Implemented Interfaces:
IGraphSource

public abstract class LazyGraphSource<GraphType extends ImprovedJGraph>
extends Object
implements IGraphSource


Constructor Summary
LazyGraphSource(int size)
           
 
Method Summary
 GraphType get(int i)
           
 int size()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyGraphSource

public LazyGraphSource(int size)
Method Detail

size

public int size()
Specified by:
size in interface IGraphSource

get

public GraphType get(int i)
Specified by:
get in interface IGraphSource