Uses of Class
org.apache.uima.resource.Resource_ImplBase
Packages that use 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
Subclasses of Resource_ImplBase in org.apache.uima.adapter.vinciModifier and TypeClassDescriptionclassReference implementation ofAnalysisEngineServiceAdapterfor Vinci. -
Uses of Resource_ImplBase in org.apache.uima.analysis_component
Subclasses of Resource_ImplBase in org.apache.uima.analysis_component -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.asb.impl
Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.asb.implModifier and TypeClassDescriptionclassA simpleASBimplementation.classContainer for a FlowController. -
Uses of Resource_ImplBase in org.apache.uima.analysis_engine.impl
Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.implModifier and TypeClassDescriptionclassReference implementation ofAnalysisEngine.classProvides functionality common to Analysis Engine implementations.classBase class for analysis engine processor adapters.classAnAnalysisEngineimplementation that can process multipleCASobjects simultaneously.classUIMA pear runtime analysis engine wrapper.classReference implementation ofAnalysisEngine.classReference 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.implModifier and TypeClassDescriptionclassBase class for analysis engine service adapters. -
Uses of Resource_ImplBase in org.apache.uima.collection
Subclasses of Resource_ImplBase in org.apache.uima.collectionModifier and TypeClassDescriptionclassBase class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.classDeprecated.As of v2.0, CAS Initializers are deprecated.classBase 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_cpmModifier and TypeClassDescriptionclassBase class from which to extend when writing Collection Readers that use theCasDatainterface to access the CAS.classBase class from which to extend when writing CAS Consumers that use theCasDatainterface to access the CAS.classDeprecated.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.containerModifier and TypeClassDescriptionclassBase 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.containerModifier and TypeClassDescriptionclassManages a pool of CasProcessor instances. -
Uses of Resource_ImplBase in org.apache.uima.fit.component
Subclasses of Resource_ImplBase in org.apache.uima.fit.componentModifier and TypeClassDescriptionclassBase class for CAS collection readers which initializes itself based on annotations.classBase class for JCas collection readers which initializes itself based on annotations.classBase class for external resources which initializes itself based on annotations. -
Uses of Resource_ImplBase in org.apache.uima.fit.examples.experiment.pos
Subclasses of Resource_ImplBase in org.apache.uima.fit.examples.experiment.posModifier and TypeClassDescriptionclassThis collection reader is meant for example purposes only. -
Uses of Resource_ImplBase in org.apache.uima.fit.examples.resource
Subclasses of Resource_ImplBase in org.apache.uima.fit.examples.resourceModifier and TypeClassDescriptionstatic classSimple example resource that can use another resource. -
Uses of Resource_ImplBase in org.apache.uima.fit.factory.locator
Subclasses of Resource_ImplBase in org.apache.uima.fit.factory.locatorModifier and TypeClassDescriptionclassDeprecated.To be removed without replacement -
Uses of Resource_ImplBase in org.apache.uima.fit.internal
Subclasses of Resource_ImplBase in org.apache.uima.fit.internalModifier and TypeClassDescriptionclassINTERNAL API - Helper resource used when anExternalResourceannotation is used on an array or collection field. -
Uses of Resource_ImplBase in org.apache.uima.resource
Subclasses of Resource_ImplBase in org.apache.uima.resource -
Uses of Resource_ImplBase in org.apache.uima.resource.impl
Subclasses of Resource_ImplBase in org.apache.uima.resource.implModifier and TypeClassDescriptionclassA simpleDataResourceimplementation that can read data from a file via a URL.classA simpleDataResourceimplementation that can read data from a file via a URL.classAn 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.implModifier and TypeClassDescriptionclassInsulates 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_extensionModifier and TypeClassDescriptionclassDeprecated.To be removed without replacement. -
Uses of Resource_ImplBase in org.apache.uima.tools.components
Subclasses of Resource_ImplBase in org.apache.uima.tools.componentsModifier and TypeClassDescriptionclassA simple collection reader that reads documents from a directory in the filesystem.classA simple CAS consumer that generates inline XML and writes it to a file.classA simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.classA simple CAS consumer that writes the CAS to XMI format.