nz.ac.waikato.mcennis.rat.graph
Class DerbyGraph.ActorIterator

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.DerbyGraph.ActorIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
DerbyGraph

public class DerbyGraph.ActorIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
DerbyGraph.ActorIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          FIXME: Implement remove code
protected  void setList(int[] rs)
          Allows the DerbyGraph object to set the list of actor ids this object will return.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyGraph.ActorIterator

public DerbyGraph.ActorIterator()
Method Detail

setList

protected void setList(int[] rs)
Allows the DerbyGraph object to set the list of actor ids this object will return.

Parameters:
rs -

hasNext

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

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
Throws:
java.util.NoSuchElementException

remove

public void remove()
FIXME: Implement remove code

Specified by:
remove in interface java.util.Iterator

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