Uses of Interface
org.apache.uima.collection.base_cpm.CasObjectProcessor
-
Packages that use CasObjectProcessor Package Description 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.flow.impl org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of CasObjectProcessor in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement CasObjectProcessor Modifier and Type Class Description classVinciAnalysisEngineServiceAdapterReference implementation ofAnalysisEngineServiceAdapterfor Vinci. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine
Subinterfaces of CasObjectProcessor in org.apache.uima.analysis_engine Modifier and Type Interface Description interfaceAnalysisEngineAn Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interfaceTextAnalysisEngineDeprecated.As of v2.0,AnalysisEngineshould be used instead. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement CasObjectProcessor Modifier and Type Class Description classAggregateAnalysisEngine_implReference implementation ofAnalysisEngine.classAnalysisEngineImplBaseProvides functionality common to Analysis Engine implementations.classMultiprocessingAnalysisEngine_implAnAnalysisEngineimplementation that can process multipleCASobjects simultaneously.classPearAnalysisEngineWrapperUIMA pear runtime analysis engine wrapper.classPrimitiveAnalysisEngine_implReference implementation ofAnalysisEngine.classUimacppAnalysisEngineImplReference implementation ofAnalysisEngine. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement CasObjectProcessor Modifier and Type Class Description classAnalysisEngineServiceAdapterBase class for analysis engine service adapters. -
Uses of CasObjectProcessor in org.apache.uima.collection
Subinterfaces of CasObjectProcessor in org.apache.uima.collection Modifier and Type Interface Description interfaceCasConsumerAny component that operates on analysis results produced by a UIMA analysis engine.Classes in org.apache.uima.collection that implement CasObjectProcessor Modifier and Type Class Description classCasConsumer_ImplBaseBase 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 Modifier and Type Class Description classCasObjectNetworkCasProcessorImplImplementation of theCasObjectProcessorinterface used for both Local and Remote CasObjectProcessors. -
Uses of CasObjectProcessor in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl that return CasObjectProcessor Modifier and Type Method Description CasObjectProcessorAnalysisSequenceCapabilityNode. getCasProcessor()Constructors in org.apache.uima.flow.impl with parameters of type CasObjectProcessor Constructor Description 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 Modifier and Type Class Description classAnnotationWriterThe 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 Modifier and Type Class Description classInlineXmlCasConsumerA simple CAS consumer that generates inline XML and writes it to a file.classXCasWriterCasConsumerA simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.classXmiWriterCasConsumerA simple CAS consumer that writes the CAS to XMI format.
-