public class JCasIteratorWrapper extends java.lang.Object implements JCasIterator
| Constructor and Description |
|---|
JCasIteratorWrapper(CasIterator aCasIterator) |
public JCasIteratorWrapper(CasIterator aCasIterator)
public boolean hasNext()
throws AnalysisEngineProcessException
JCasIteratorhasNext in interface JCasIteratorAnalysisEngineProcessException - if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the JCasIterator
should be made.public JCas next() throws AnalysisEngineProcessException
JCasIteratornext in interface JCasIteratorAnalysisEngineProcessException - if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the JCasIterator
should be made.public void release()
JCasIteratorrelease in interface JCasIteratorCopyright © 2013. All Rights Reserved.