Package de.julielab.jcore.consumer.iexml
Class IEXMLConsumer
- java.lang.Object
-
- org.apache.uima.resource.Resource_ImplBase
-
- org.apache.uima.resource.ConfigurableResource_ImplBase
-
- org.apache.uima.collection.CasConsumer_ImplBase
-
- de.julielab.jcore.consumer.iexml.IEXMLConsumer
-
- All Implemented Interfaces:
org.apache.uima.collection.base_cpm.CasObjectProcessor,org.apache.uima.collection.base_cpm.CasProcessor,org.apache.uima.collection.CasConsumer,org.apache.uima.resource.ConfigurableResource,org.apache.uima.resource.Resource
public class IEXMLConsumer extends org.apache.uima.collection.CasConsumer_ImplBase
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAM_OUTPUTFILE
-
Constructor Summary
Constructors Constructor Description IEXMLConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinitialize()voidprocessCas(org.apache.uima.cas.CAS cas)-
Methods inherited from class org.apache.uima.collection.CasConsumer_ImplBase
batchProcessComplete, collectionProcessComplete, getProcessingResourceMetaData, initialize, isReadOnly, isStateless, processCas, reconfigure, typeSystemInit
-
Methods inherited from class org.apache.uima.resource.ConfigurableResource_ImplBase
getConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValue
-
Methods inherited from class org.apache.uima.resource.Resource_ImplBase
getCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
PARAM_OUTPUTFILE
public static final java.lang.String PARAM_OUTPUTFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize() throws org.apache.uima.resource.ResourceInitializationException- Overrides:
initializein classorg.apache.uima.collection.CasConsumer_ImplBase- Throws:
org.apache.uima.resource.ResourceInitializationException
-
processCas
public void processCas(org.apache.uima.cas.CAS cas) throws org.apache.uima.resource.ResourceProcessException- Throws:
org.apache.uima.resource.ResourceProcessException
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.apache.uima.resource.Resource- Overrides:
destroyin classorg.apache.uima.collection.CasConsumer_ImplBase
-
-