Uses of Class
org.apache.uima.resource.Resource_ImplBase
-
Packages that use Resource_ImplBase Package Description org.apache.uima.adapter.vinci org.apache.uima.analysis_engine.asb.impl 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.base_cpm org.apache.uima.collection.impl.base_cpm.container org.apache.uima.collection.impl.cpm.container org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.impl org.apache.uima.resource.service.impl org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of Resource_ImplBase in org.apache.uima.adapter.vinci
Subclasses of Resource_ImplBase in org.apache.uima.adapter.vinci Modifier and Type Class Description classVinciAnalysisEngineServiceAdapterReference implementation ofAnalysisEngineServiceAdapterfor Vinci. -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.asb.impl
Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.asb.impl Modifier and Type Class Description classASB_implA simpleASBimplementation.classFlowControllerContainerContainer for a FlowController. -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.impl
Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.impl 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 Resource_ImplBase in org.apache.uima.analysis_engine.service.impl
Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.service.impl Modifier and Type Class Description classAnalysisEngineServiceAdapterBase class for analysis engine service adapters. -
Uses of Resource_ImplBase in org.apache.uima.collection
Subclasses of Resource_ImplBase in org.apache.uima.collection 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.classCasInitializer_ImplBaseDeprecated.As of v2.0, CAS Initializers are deprecated.classCollectionReader_ImplBaseBase class for Collection Readers, which developers should extend with their own Collection Reader implementation classes. -
Uses of Resource_ImplBase in org.apache.uima.collection.base_cpm
Subclasses of Resource_ImplBase in org.apache.uima.collection.base_cpm Modifier and Type Class Description classCasDataCollectionReader_ImplBaseBase class from which to extend when writing Collection Readers that use theCasDatainterface to access the CAS.classCasDataConsumer_ImplBaseBase class from which to extend when writing CAS Consumers that use theCasDatainterface to access the CAS.classCasDataInitializer_ImplBaseDeprecated.As of v2.0, CAS Initializers are deprecated. -
Uses of Resource_ImplBase in org.apache.uima.collection.impl.base_cpm.container
Subclasses of Resource_ImplBase in org.apache.uima.collection.impl.base_cpm.container Modifier and Type Class Description classProcessingContainerBase interface for implementing a Container object responsible for managing Cas Processor instances at runtime. -
Uses of Resource_ImplBase in org.apache.uima.collection.impl.cpm.container
Subclasses of Resource_ImplBase in org.apache.uima.collection.impl.cpm.container Modifier and Type Class Description classProcessingContainer_ImplManages a pool of CasProcessor instances. -
Uses of Resource_ImplBase in org.apache.uima.resource
Subclasses of Resource_ImplBase in org.apache.uima.resource Modifier and Type Class Description classConfigurableResource_ImplBaseImplementation base class forConfigurableResources. -
Uses of Resource_ImplBase in org.apache.uima.resource.impl
Subclasses of Resource_ImplBase in org.apache.uima.resource.impl Modifier and Type Class Description classConfigurableDataResource_implA simpleDataResourceimplementation that can read data from a file via a URL.classDataResource_implA simpleDataResourceimplementation that can read data from a file via a URL.classFileLanguageResource_implAn implementation ofParameterizedDataResourcefor language-based resources. -
Uses of Resource_ImplBase in org.apache.uima.resource.service.impl
Subclasses of Resource_ImplBase in org.apache.uima.resource.service.impl Modifier and Type Class Description classResourceServiceAdapterInsulates applications from the knowledge that they are interacting with aResourceService_implrather than a local instance of aResource. -
Uses of Resource_ImplBase in org.apache.uima.test.junit_extension
Subclasses of Resource_ImplBase in org.apache.uima.test.junit_extension Modifier and Type Class Description classAnnotationWriterThe AnnotationWriter class writes specified annotations to an output file. -
Uses of Resource_ImplBase in org.apache.uima.tools.components
Subclasses of Resource_ImplBase in org.apache.uima.tools.components Modifier and Type Class Description classFileSystemCollectionReaderA simple collection reader that reads documents from a directory in the filesystem.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.
-