Uses of Class
org.apache.uima.resource.Resource_ImplBase
Packages that use Resource_ImplBase
Package
Description
Classes and interfaces for collection processing.
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.private static classDummy analysis engine to use in place of remote AE when in "verification mode".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.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.private static class -
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.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.