@Deprecated public class CorpusReader extends org.apache.uima.fit.component.JCasCollectionReader_ImplBase
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CORPUS
Deprecated.
The fully qualified name of the corpus class to be used.
|
Constructor and Description |
---|
CorpusReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
getNext(org.apache.uima.jcas.JCas jcas)
Deprecated.
|
org.apache.uima.util.Progress[] |
getProgress()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
void |
initialize(org.apache.uima.UimaContext aContext)
Deprecated.
|
getLogger, getNext, initialize
destroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInit
getConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValue
getCasManager, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String PARAM_CORPUS
public void initialize(org.apache.uima.UimaContext aContext) throws org.apache.uima.resource.ResourceInitializationException
initialize
in class org.apache.uima.fit.component.JCasCollectionReader_ImplBase
org.apache.uima.resource.ResourceInitializationException
public boolean hasNext() throws IOException
IOException
public void getNext(org.apache.uima.jcas.JCas jcas) throws IOException, org.apache.uima.collection.CollectionException
getNext
in class org.apache.uima.fit.component.JCasCollectionReader_ImplBase
IOException
org.apache.uima.collection.CollectionException
public void close() throws IOException
close
in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
close
in class org.apache.uima.fit.component.JCasCollectionReader_ImplBase
IOException
public org.apache.uima.util.Progress[] getProgress()
Copyright © 2011-2014. All Rights Reserved.