de.jstacs.models.utils
Class ModelTester.SeqIterator

java.lang.Object
  extended by de.jstacs.models.utils.ModelTester.SeqIterator
Enclosing class:
ModelTester

public static class ModelTester.SeqIterator
extends Object


Constructor Summary
ModelTester.SeqIterator(AlphabetContainer abc, int length)
           
 
Method Summary
 Sequence getSequence()
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelTester.SeqIterator

public ModelTester.SeqIterator(AlphabetContainer abc,
                               int length)
                        throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

next

public boolean next()

getSequence

public Sequence getSequence()
                     throws WrongAlphabetException,
                            WrongSequenceTypeException
Throws:
WrongAlphabetException
WrongSequenceTypeException