INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Interface TIterator

All Superinterfaces:
java.util.Enumeration
All Known Implementing Classes:
fileIterator, integerIterator, directoryIterator, fixpointIterator

public interface TIterator
extends java.util.Enumeration


Method Summary
 void init(Parameters p)
          give the next element and throws an exception if finished.
 void staticInit(Parameters p)
           
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

init

public void init(Parameters p)
give the next element and throws an exception if finished. The element is always returned as a string for the iteration

staticInit

public void staticInit(Parameters p)

INRIA & FluxMedia

..no bottom yet...