Uses of Interface
org.apache.uima.collection.base_cpm.CasObjectProcessor

Packages that use CasObjectProcessor
org.apache.uima.adapter.soap   
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.service.impl   
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.impl.cpm.container   
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.flow.impl   
org.apache.uima.test.junit_extension   
org.apache.uima.tools.components   
 

Uses of CasObjectProcessor in org.apache.uima.adapter.soap
 

Classes in org.apache.uima.adapter.soap that implement CasObjectProcessor
 class SoapAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter for SOAP.
 

Uses of CasObjectProcessor in org.apache.uima.adapter.vinci
 

Classes in org.apache.uima.adapter.vinci that implement CasObjectProcessor
 class VinciAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter for Vinci.
 

Uses of CasObjectProcessor in org.apache.uima.analysis_engine
 

Subinterfaces of CasObjectProcessor in org.apache.uima.analysis_engine
 interface AnalysisEngine
          An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.
 interface TextAnalysisEngine
          Deprecated. As of v2.0, AnalysisEngine should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.
 

Uses of CasObjectProcessor in org.apache.uima.analysis_engine.impl
 

Classes in org.apache.uima.analysis_engine.impl that implement CasObjectProcessor
 class AggregateAnalysisEngine_impl
          Reference implementation of AnalysisEngine.
 class AnalysisEngineImplBase
          Provides functionality common to Analysis Engine implementations.
 class MultiprocessingAnalysisEngine_impl
          An AnalysisEngine implementation that can process multiple CAS objects simultaneously.
 class PearAnalysisEngineWrapper
          UIMA pear runtime analysis engine wrapper.
 class PrimitiveAnalysisEngine_impl
          Reference implementation of AnalysisEngine.
 class UimacppAnalysisEngineImpl
          Reference implementation of AnalysisEngine.
 

Uses of CasObjectProcessor in org.apache.uima.analysis_engine.service.impl
 

Classes in org.apache.uima.analysis_engine.service.impl that implement CasObjectProcessor
 class AnalysisEngineServiceAdapter
          Base class for analysis engine service adapters.
 

Uses of CasObjectProcessor in org.apache.uima.collection
 

Subinterfaces of CasObjectProcessor in org.apache.uima.collection
 interface CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 

Classes in org.apache.uima.collection that implement CasObjectProcessor
 class CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
 

Uses of CasObjectProcessor in org.apache.uima.collection.impl.cpm.container
 

Classes in org.apache.uima.collection.impl.cpm.container that implement CasObjectProcessor
 class CasObjectNetworkCasProcessorImpl
          Implementation of the CasObjectProcessor interface used for both Local and Remote CasObjectProcessors.
 

Uses of CasObjectProcessor in org.apache.uima.examples.cpe
 

Classes in org.apache.uima.examples.cpe that implement CasObjectProcessor
 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 CasObjectProcessor in org.apache.uima.examples.xmi
 

Classes in org.apache.uima.examples.xmi that implement CasObjectProcessor
 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 CasObjectProcessor in org.apache.uima.flow.impl
 

Methods in org.apache.uima.flow.impl that return CasObjectProcessor
 CasObjectProcessor AnalysisSequenceCapabilityNode.getCasProcessor()
           
 

Constructors in org.apache.uima.flow.impl with parameters of type CasObjectProcessor
AnalysisSequenceCapabilityNode(java.lang.String aKey, CasObjectProcessor aCasProcessor, ResultSpecification aResultSpec)
          Creates a new AnalysisSequenceCapabilityNode from an AnalysisEngine reference
 

Uses of CasObjectProcessor in org.apache.uima.test.junit_extension
 

Classes in org.apache.uima.test.junit_extension that implement CasObjectProcessor
 class AnnotationWriter
          The AnnotationWriter class writes specified annotations to an output file.
 

Uses of CasObjectProcessor in org.apache.uima.tools.components
 

Classes in org.apache.uima.tools.components that implement CasObjectProcessor
 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.
 



Copyright © 2012. All Rights Reserved.