nz.ac.waikato.mcennis.rat.graph.query.graph
Class GraphByLink.GraphIterator

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.query.graph.GraphByLink.GraphIterator
All Implemented Interfaces:
java.util.Iterator<Graph>
Enclosing class:
GraphByLink

public class GraphByLink.GraphIterator
extends java.lang.Object
implements java.util.Iterator<Graph>


Constructor Summary
GraphByLink.GraphIterator(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 
Method Summary
protected  java.util.Iterator<Link> checkLinks(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 boolean hasNext()
           
 Graph next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphByLink.GraphIterator

public GraphByLink.GraphIterator(Graph g,
                                 java.util.Collection<Actor> actorList,
                                 java.util.Collection<Link> linkList)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Graph>

next

public Graph next()
Specified by:
next in interface java.util.Iterator<Graph>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Graph>

checkLinks

protected java.util.Iterator<Link> checkLinks(Graph g,
                                              java.util.Collection<Actor> actorList,
                                              java.util.Collection<Link> linkList)

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads