|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CasConsumer | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.adapter.soap | |
org.apache.uima.adapter.vinci | |
org.apache.uima.analysis_engine.impl.compatibility | |
org.apache.uima.analysis_engine.service.impl | |
org.apache.uima.collection | Classes and interfaces for collection processing. |
org.apache.uima.collection.impl.cpm | |
org.apache.uima.examples.cpe | Examples of using the Collection Processing Manager (CPM). |
org.apache.uima.examples.xmi | |
org.apache.uima.tools.components |
Uses of CasConsumer in org.apache.uima |
---|
Methods in org.apache.uima that return CasConsumer | |
---|---|
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier)
Produces a CasConsumer instance from a ResourceSpecifier . |
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces a CasConsumer instance from a ResourceSpecifier . |
static CasConsumer |
UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an CasConsumer instance from a ResourceSpecifier . |
Uses of CasConsumer in org.apache.uima.adapter.soap |
---|
Classes in org.apache.uima.adapter.soap that implement CasConsumer | |
---|---|
class |
SoapAnalysisEngineServiceAdapter
Reference implementation of AnalysisEngineServiceAdapter for SOAP. |
Uses of CasConsumer in org.apache.uima.adapter.vinci |
---|
Classes in org.apache.uima.adapter.vinci that implement CasConsumer | |
---|---|
class |
VinciAnalysisEngineServiceAdapter
Reference implementation of AnalysisEngineServiceAdapter for Vinci. |
Uses of CasConsumer in org.apache.uima.analysis_engine.impl.compatibility |
---|
Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CasConsumer | |
---|---|
CasConsumerAdapter(CasConsumer aCasConsumer,
AnalysisEngineMetaData aMetaData)
Create a new annotator adapter. |
Uses of CasConsumer in org.apache.uima.analysis_engine.service.impl |
---|
Classes in org.apache.uima.analysis_engine.service.impl that implement CasConsumer | |
---|---|
class |
AnalysisEngineServiceAdapter
Base class for analysis engine service adapters. |
Uses of CasConsumer in org.apache.uima.collection |
---|
Classes in org.apache.uima.collection that implement CasConsumer | |
---|---|
class |
CasConsumer_ImplBase
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes. |
Methods in org.apache.uima.collection that return CasConsumer | |
---|---|
CasConsumer[] |
CollectionProcessingManager.getCasConsumers()
Gets the CasConsumers s assigned to this CPM. |
Methods in org.apache.uima.collection with parameters of type CasConsumer | |
---|---|
void |
CollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer)
Adds a CasConsumer to this CPM. |
void |
CollectionProcessingManager.removeCasConsumer(CasConsumer aCasConsumer)
Removes a CasConsumer from this CPM. |
Uses of CasConsumer in org.apache.uima.collection.impl.cpm |
---|
Methods in org.apache.uima.collection.impl.cpm that return CasConsumer | |
---|---|
CasConsumer[] |
CPMImpl.getCasConsumers()
|
Methods in org.apache.uima.collection.impl.cpm with parameters of type CasConsumer | |
---|---|
void |
CPMImpl.addCasConsumer(CasConsumer aCasConsumer)
|
void |
CPMImpl.removeCasConsumer(CasConsumer aCasConsumer)
|
Uses of CasConsumer in org.apache.uima.examples.cpe |
---|
Classes in org.apache.uima.examples.cpe that implement CasConsumer | |
---|---|
class |
AnnotationPrinter
An example of CAS Consumer. |
class |
PersonTitleDBWriterCasConsumer
A simple CAS consumer that creates a Derby (Cloudscape) database in the file system. |
Uses of CasConsumer in org.apache.uima.examples.xmi |
---|
Classes in org.apache.uima.examples.xmi that implement CasConsumer | |
---|---|
class |
XmiEcoreCasConsumer
A variation of the XmiWriterCasConsumer that also saves the Type System to an Ecore file and links all of the XMI files to it via their schemaLocation attribute. |
Uses of CasConsumer in org.apache.uima.tools.components |
---|
Classes in org.apache.uima.tools.components that implement CasConsumer | |
---|---|
class |
InlineXmlCasConsumer
A simple CAS consumer that generates inline XML and writes it to a file. |
class |
XCasWriterCasConsumer
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem. |
class |
XmiWriterCasConsumer
A simple CAS consumer that writes the CAS to XMI format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |