de.modlab.smilib.iterator
Interface SmiLibIterator

All Superinterfaces:
java.util.Iterator<int[]>
All Known Implementing Classes:
FullCombinationIterator, PartialCombinationIterator

public interface SmiLibIterator
extends java.util.Iterator<int[]>

Interface to be implemented by all SMiLib iterators.


Method Summary
 long getMaximum()
          Returns the number of molecules the iterator creates, i.e.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getMaximum

long getMaximum()
Returns the number of molecules the iterator creates, i.e. the size of the virtual library.

Returns:
number of molecules to build