Uses of Class
org.apache.uima.collection.CollectionException
Packages that use CollectionException
Package
Description
Classes and interfaces for collection processing.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Executing UIMA pipelines.
- 
Uses of CollectionException in org.apache.uima.collectionMethods in org.apache.uima.collection that throw CollectionExceptionModifier and TypeMethodDescriptionvoidGets the next element of the collection.voidCasInitializer.initializeCas(Object aObj, CAS aCAS) Deprecated.Reads content and metadata from an Object and initializes aCAS.
- 
Uses of CollectionException in org.apache.uima.collection.base_cpmMethods in org.apache.uima.collection.base_cpm that throw CollectionExceptionModifier and TypeMethodDescriptionCasDataCollectionReader.getNext()Gets the nextCasDatafrom thisCollectionReader.CasData[]CasDataCollectionReader.getNext(int aNumToGet) Gets multipleCasDataobjects from thisCasDataCollectionReader.booleanBaseCollectionReader.hasNext()Gets whether there are any elements remaining to be read from thisCollectionReader.CasDataInitializer.initializeCas(Object aObj) Deprecated.Reads content and metadata from an Object and creates aCasData.voidRecoverableCollectionReader.moveTo(SynchPoint aSynchPoint) Start CollectionReader recovery to a given synch point
- 
Uses of CollectionException in org.apache.uima.collection.implMethods in org.apache.uima.collection.impl that throw CollectionExceptionModifier and TypeMethodDescriptionvoidCasConverter.casDataToCasContainer(CasData aData, CAS aContainer, boolean aLenient) Convert CAS Data to CAS Container (aka CAS Object)
- 
Uses of CollectionException in org.apache.uima.collection.impl.cpm.engineMethods in org.apache.uima.collection.impl.cpm.engine that throw CollectionExceptionModifier and TypeMethodDescriptionprotected booleanProcessingUnit.processNext(Object[] aCasObjectList, ProcessTrace pTrTemp) Executes the processing pipeline.
- 
Uses of CollectionException in org.apache.uima.fit.componentMethods in org.apache.uima.fit.component that throw CollectionExceptionModifier and TypeMethodDescriptionfinal voidabstract voidSubclasses should implement this method rather thanJCasCollectionReader_ImplBase.getNext(CAS)
- 
Uses of CollectionException in org.apache.uima.fit.examples.experiment.posMethods in org.apache.uima.fit.examples.experiment.pos that throw CollectionException
- 
Uses of CollectionException in org.apache.uima.fit.pipelineMethods in org.apache.uima.fit.pipeline that throw CollectionExceptionModifier and TypeMethodDescriptionstatic voidSimplePipeline.runPipeline(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.static voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static voidSimplePipeline.runPipeline(ResourceManager aResMgr, CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.
- 
Uses of CollectionException in org.apache.uima.tools.componentsMethods in org.apache.uima.tools.components that throw CollectionException