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.collection
Methods in org.apache.uima.collection that throw CollectionExceptionModifier and TypeMethodDescriptionvoid
Gets the next element of the collection.void
CasInitializer.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_cpm
Methods in org.apache.uima.collection.base_cpm that throw CollectionExceptionModifier and TypeMethodDescriptionCasDataCollectionReader.getNext()
Gets the nextCasData
from thisCollectionReader
.CasData[]
CasDataCollectionReader.getNext
(int aNumToGet) Gets multipleCasData
objects from thisCasDataCollectionReader
.boolean
BaseCollectionReader.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
.void
RecoverableCollectionReader.moveTo
(SynchPoint aSynchPoint) Start CollectionReader recovery to a given synch point -
Uses of CollectionException in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl that throw CollectionExceptionModifier and TypeMethodDescriptionvoid
CasConverter.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.engine
Methods in org.apache.uima.collection.impl.cpm.engine that throw CollectionExceptionModifier and TypeMethodDescriptionprotected boolean
ProcessingUnit.processNext
(Object[] aCasObjectList, ProcessTrace pTrTemp) Executes the processing pipeline. -
Uses of CollectionException in org.apache.uima.fit.component
Methods in org.apache.uima.fit.component that throw CollectionExceptionModifier and TypeMethodDescriptionfinal void
abstract void
Subclasses should implement this method rather thanJCasCollectionReader_ImplBase.getNext(CAS)
-
Uses of CollectionException in org.apache.uima.fit.examples.experiment.pos
Methods in org.apache.uima.fit.examples.experiment.pos that throw CollectionException -
Uses of CollectionException in org.apache.uima.fit.pipeline
Methods in org.apache.uima.fit.pipeline that throw CollectionExceptionModifier and TypeMethodDescriptionstatic void
SimplePipeline.runPipeline
(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static void
SimplePipeline.runPipeline
(CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.static void
SimplePipeline.runPipeline
(CollectionReader reader, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static void
SimplePipeline.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.components
Methods in org.apache.uima.tools.components that throw CollectionException