public interface PipelineBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.uima.analysis_engine.AnalysisEngineDescription aDesc) |
void |
add(Class<? extends org.apache.uima.fit.component.JCasAnnotator_ImplBase> annotatorClass,
Object... configurationData) |
Object |
process() |
void |
setReader(org.apache.uima.collection.CollectionReaderDescription aDesc) |
void setReader(org.apache.uima.collection.CollectionReaderDescription aDesc)
throws IOException,
SAXException,
org.apache.uima.collection.metadata.CpeDescriptorException
IOExceptionSAXExceptionorg.apache.uima.collection.metadata.CpeDescriptorExceptionvoid add(org.apache.uima.analysis_engine.AnalysisEngineDescription aDesc)
throws IOException,
SAXException,
org.apache.uima.collection.metadata.CpeDescriptorException,
org.apache.uima.util.InvalidXMLException
IOExceptionSAXExceptionorg.apache.uima.collection.metadata.CpeDescriptorExceptionorg.apache.uima.util.InvalidXMLExceptionvoid add(Class<? extends org.apache.uima.fit.component.JCasAnnotator_ImplBase> annotatorClass, Object... configurationData) throws org.apache.uima.util.InvalidXMLException, org.apache.uima.resource.ResourceInitializationException, IOException, SAXException, org.apache.uima.collection.metadata.CpeDescriptorException
org.apache.uima.util.InvalidXMLExceptionorg.apache.uima.resource.ResourceInitializationExceptionIOExceptionSAXExceptionorg.apache.uima.collection.metadata.CpeDescriptorExceptionObject process() throws org.apache.uima.resource.ResourceInitializationException, org.apache.uima.collection.metadata.CpeDescriptorException, org.apache.uima.UIMAException, IOException
org.apache.uima.resource.ResourceInitializationExceptionorg.apache.uima.collection.metadata.CpeDescriptorExceptionorg.apache.uima.UIMAExceptionIOExceptionCopyright © 2015 Bluebrain Project. All rights reserved.