edu.uchsc.ccp.knowtator.textsource
Interface TextSourceIterator


public interface TextSourceIterator

Author:
Philip V. Ogren

Method Summary
 boolean hasNext()
           
 TextSource next()
           
 

Method Detail

next

TextSource next()
                throws TextSourceAccessException
Throws:
TextSourceAccessException

hasNext

boolean hasNext()