Uses of Class
org.apache.uima.resource.Resource_ImplBase
Package
Description
Classes and interfaces for collection processing.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Examples for using the
ExternalResource
annotation.INTERNAL API - May change without further notice.
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of Resource_ImplBase in org.apache.uima.adapter.vinci
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineServiceAdapter
for Vinci. -
Uses of Resource_ImplBase in org.apache.uima.analysis_component
-
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.asb.impl
Modifier and TypeClassDescriptionclass
A simpleASB
implementation.class
Container for a FlowController. -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngine
.class
Provides functionality common to Analysis Engine implementations.class
Base class for analysis engine processor adapters.class
AnAnalysisEngine
implementation that can process multipleCAS
objects simultaneously.class
UIMA pear runtime analysis engine wrapper.class
Reference implementation ofAnalysisEngine
.class
Reference implementation ofAnalysisEngine
. -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.service.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of Resource_ImplBase in org.apache.uima.collection
Modifier and TypeClassDescriptionclass
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.class
Deprecated.As of v2.0, CAS Initializers are deprecated.class
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
Modifier and TypeClassDescriptionclass
Base class from which to extend when writing Collection Readers that use theCasData
interface to access the CAS.class
Base class from which to extend when writing CAS Consumers that use theCasData
interface to access the CAS.class
Deprecated.As of v2.0, CAS Initializers are deprecated. -
Uses of Resource_ImplBase in org.apache.uima.collection.impl.base_cpm.container
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Manages a pool of CasProcessor instances. -
Uses of Resource_ImplBase in org.apache.uima.fit.component
Modifier and TypeClassDescriptionclass
Base class for CAS collection readers which initializes itself based on annotations.class
Base class for JCas collection readers which initializes itself based on annotations.class
Base class for external resources which initializes itself based on annotations. -
Uses of Resource_ImplBase in org.apache.uima.fit.examples.experiment.pos
Modifier and TypeClassDescriptionclass
This collection reader is meant for example purposes only. -
Uses of Resource_ImplBase in org.apache.uima.fit.examples.resource
Modifier and TypeClassDescriptionstatic class
Simple example resource that can use another resource. -
Uses of Resource_ImplBase in org.apache.uima.fit.factory.locator
Modifier and TypeClassDescriptionclass
Deprecated.To be removed without replacement -
Uses of Resource_ImplBase in org.apache.uima.fit.internal
Modifier and TypeClassDescriptionclass
INTERNAL API - Helper resource used when anExternalResource
annotation is used on an array or collection field. -
Uses of Resource_ImplBase in org.apache.uima.resource
-
Uses of Resource_ImplBase in org.apache.uima.resource.impl
Modifier and TypeClassDescriptionclass
A simpleDataResource
implementation that can read data from a file via a URL.class
A simpleDataResource
implementation that can read data from a file via a URL.class
An implementation ofParameterizedDataResource
for language-based resources. -
Uses of Resource_ImplBase in org.apache.uima.resource.service.impl
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Deprecated.To be removed without replacement. -
Uses of Resource_ImplBase in org.apache.uima.tools.components
Modifier and TypeClassDescriptionclass
A simple collection reader that reads documents from a directory in the filesystem.class
A simple CAS consumer that generates inline XML and writes it to a file.class
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.class
A simple CAS consumer that writes the CAS to XMI format.