nz.ac.waikato.mcennis.rat.graph.query.link
Class LinkByRelation.LinkIterator

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.query.link.LinkByRelation.LinkIterator
All Implemented Interfaces:
java.util.Iterator<Link>
Enclosing class:
LinkByRelation

public class LinkByRelation.LinkIterator
extends java.lang.Object
implements java.util.Iterator<Link>


Constructor Summary
LinkByRelation.LinkIterator(Graph g, java.util.Collection<Actor> sourceActorList, java.util.Collection<Actor> destActorList, java.util.Collection<Link> linkList)
           
 
Method Summary
protected  boolean check(Link l)
           
 boolean hasNext()
           
 Link next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkByRelation.LinkIterator

public LinkByRelation.LinkIterator(Graph g,
                                   java.util.Collection<Actor> sourceActorList,
                                   java.util.Collection<Actor> destActorList,
                                   java.util.Collection<Link> linkList)
Method Detail

hasNext

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

next

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

remove

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

check

protected boolean check(Link l)

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