public class XmiCollectionReader
extends org.apache.uima.collection.CollectionReader_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_INPUTDIR
Name of configuration parameter that must be set to the path of a directory containing the XMI files.
|
static String |
PARAM_RECURSIVE
Name of configuration parameter which indicates if subdirectories (recursively) of PARAM_INPUTDIR are to be
searched for XMI files as well.
|
| Constructor and Description |
|---|
XmiCollectionReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
getNext(org.apache.uima.cas.CAS aCAS) |
org.apache.uima.util.Progress[] |
getProgress() |
boolean |
hasNext() |
void |
initialize() |
destroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInitgetConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValuegetCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String PARAM_INPUTDIR
public static final String PARAM_RECURSIVE
public void initialize()
throws org.apache.uima.resource.ResourceInitializationException
initialize in class org.apache.uima.collection.CollectionReader_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptioncom.ibm.uima.collection.CollectionReader_ImplBase#initialize()public boolean hasNext()
com.ibm.uima.collection.CollectionReader#hasNext()public void getNext(org.apache.uima.cas.CAS aCAS)
throws IOException,
org.apache.uima.collection.CollectionException
IOExceptionorg.apache.uima.collection.CollectionExceptioncom.ibm.uima.collection.CollectionReader#getNext(com.ibm.uima.cas.CAS)public void close()
throws IOException
IOExceptioncom.ibm.uima.collection.base_cpm.BaseCollectionReader#close()public org.apache.uima.util.Progress[] getProgress()
com.ibm.uima.collection.base_cpm.BaseCollectionReader#getProgress()Copyright © 2018 JULIE Lab, Germany. All rights reserved.