fr.fluxmedia.transmorpher.engine
Interface TIterator
- All Superinterfaces:
- java.util.Enumeration
- All Known Implementing Classes:
- DirectoryIterator, FileIterator, FixpointIterator, IntegerIterator
- public interface TIterator
- extends java.util.Enumeration
Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
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()
..no bottom yet...