Uses of Interface
org.apache.uima.resource.ConfigurableResource
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Classes and interfaces for collection processing.
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of ConfigurableResource in org.apache.uima.analysis_component
-
Uses of ConfigurableResource in org.apache.uima.analysis_engine
Modifier and TypeInterfaceDescriptioninterface
An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interface
Deprecated. -
Uses of ConfigurableResource in org.apache.uima.analysis_engine.asb.impl
-
Uses of ConfigurableResource 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 ConfigurableResource in org.apache.uima.analysis_engine.service.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of ConfigurableResource in org.apache.uima.collection
Modifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA analysis engine.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
ACollectionReader
is used to iterate over the elements of a 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 ConfigurableResource in org.apache.uima.collection.base_cpm
Modifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA CasDataProcessor.interface
Deprecated.As of v2.0, CAS Initializers are deprecated.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 ConfigurableResource in org.apache.uima.resource
AnalysisEngine
should be used instead.