Uses of Class
org.apache.uima.resource.Resource_ImplBase
-
Packages that use Resource_ImplBase Package Description org.apache.uima.adapter.soap 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 forResources
andResourceSpecifiers
.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.soap
Subclasses of Resource_ImplBase in org.apache.uima.adapter.soap Modifier and Type Class Description class
SoapAnalysisEngineServiceAdapter
Reference implementation ofAnalysisEngineServiceAdapter
for SOAP. -
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 class
VinciAnalysisEngineServiceAdapter
Reference implementation ofAnalysisEngineServiceAdapter
for 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 class
ASB_impl
A simpleASB
implementation.class
FlowControllerContainer
Container 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 class
AggregateAnalysisEngine_impl
Reference implementation ofAnalysisEngine
.class
AnalysisEngineImplBase
Provides functionality common to Analysis Engine implementations.class
MultiprocessingAnalysisEngine_impl
AnAnalysisEngine
implementation that can process multipleCAS
objects simultaneously.class
PearAnalysisEngineWrapper
UIMA pear runtime analysis engine wrapper.class
PrimitiveAnalysisEngine_impl
Reference implementation ofAnalysisEngine
.class
UimacppAnalysisEngineImpl
Reference 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 class
AnalysisEngineServiceAdapter
Base 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 class
CasConsumer_ImplBase
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.class
CasInitializer_ImplBase
Deprecated.As of v2.0, CAS Initializers are deprecated.class
CollectionReader_ImplBase
Base 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 class
CasDataCollectionReader_ImplBase
Base class from which to extend when writing Collection Readers that use theCasData
interface to access the CAS.class
CasDataConsumer_ImplBase
Base class from which to extend when writing CAS Consumers that use theCasData
interface to access the CAS.class
CasDataInitializer_ImplBase
Deprecated.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 class
ProcessingContainer
Base 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 class
ProcessingContainer_Impl
Manages 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 class
ConfigurableResource_ImplBase
Implementation base class forConfigurableResource
s. -
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 class
ConfigurableDataResource_impl
A simpleDataResource
implementation that can read data from a file via a URL.class
DataResource_impl
A simpleDataResource
implementation that can read data from a file via a URL.class
FileLanguageResource_impl
An implementation ofParameterizedDataResource
for 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 class
ResourceServiceAdapter
Insulates applications from the knowledge that they are interacting with aResourceService_impl
rather 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 class
AnnotationWriter
The 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 class
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.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.
-