public interface JCasIterator
AnalysisEngine.processAndOutputNewCASes(JCas) method.boolean hasNext()
throws AnalysisEngineProcessException
AnalysisEngineProcessException - 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.JCas next() throws AnalysisEngineProcessException
AnalysisEngineProcessException - 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.void release()
Copyright © 2013. All Rights Reserved.