INRIA & FluxMedia

fr.fluxmedia.transmorpher.engine
Interface TIterator

All Superinterfaces:
java.util.Enumeration
All Known Implementing Classes:
FileIterator, FixpointIterator, IntegerIterator, DirectoryIterator

public interface TIterator
extends java.util.Enumeration


Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 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)

getName

public java.lang.String getName()

getType

public java.lang.String getType()

INRIA & FluxMedia

..no bottom yet...