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

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

public class ListGraphSource<GraphType extends ImprovedJGraph>
extends Object
implements IGraphSource


Constructor Summary
ListGraphSource(List<GraphType> graphs)
           
 
Method Summary
 ImprovedJGraph get(int index)
           
 int size()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListGraphSource

public ListGraphSource(List<GraphType> graphs)
Method Detail

size

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

get

public ImprovedJGraph get(int index)
Specified by:
get in interface IGraphSource