public class EmptyCasIterator extends java.lang.Object implements CasIterator
| Constructor and Description |
|---|
EmptyCasIterator() |
public boolean hasNext()
throws AnalysisEngineProcessException
CasIteratorhasNext in interface CasIteratorAnalysisEngineProcessException - if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the CasIterator
should be made.public CAS next() throws AnalysisEngineProcessException
CasIteratornext in interface CasIteratorAnalysisEngineProcessException - if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the CasIterator
should be made.public void release()
CasIteratorrelease in interface CasIteratorCopyright © 2013. All Rights Reserved.