Uses of Class
org.apache.uima.collection.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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
ProcessingUnit.processNext
(Object[] aCasObjectList, ProcessTrace pTrTemp) Executes the processing pipeline. -
Uses of CollectionException in org.apache.uima.fit.component
Modifier 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
-
Uses of CollectionException in org.apache.uima.fit.pipeline
Modifier 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