Uses of Class
org.apache.uima.resource.Resource_ImplBase

Packages that use Resource_ImplBase
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.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
org.apache.uima.resource.service.impl   
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
 class SoapAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter for SOAP.
 

Uses of Resource_ImplBase in org.apache.uima.adapter.vinci
 

Subclasses of Resource_ImplBase in org.apache.uima.adapter.vinci
 class VinciAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter 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
 class ASB_impl
          A simple ASB 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
 class AggregateAnalysisEngine_impl
          Reference implementation of AnalysisEngine.
 class AnalysisEngineImplBase
          Provides functionality common to Analysis Engine implementations.
 class MultiprocessingAnalysisEngine_impl
          An AnalysisEngine implementation that can process multiple CAS objects simultaneously.
 class PearAnalysisEngineWrapper
          UIMA pear runtime analysis engine wrapper.
 class PrimitiveAnalysisEngine_impl
          Reference implementation of AnalysisEngine.
 class UimacppAnalysisEngineImpl
          Reference implementation of AnalysisEngine.
 

Uses of Resource_ImplBase in org.apache.uima.analysis_engine.service.impl
 

Subclasses of Resource_ImplBase in org.apache.uima.analysis_engine.service.impl
 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
 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. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
 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
 class CasDataCollectionReader_ImplBase
          Base class from which to extend when writing Collection Readers that use the CasData interface to access the CAS.
 class CasDataConsumer_ImplBase
          Base class from which to extend when writing CAS Consumers that use the CasData interface to access the CAS.
 class CasDataInitializer_ImplBase
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
 

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
 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
 class ProcessingContainer_Impl
          Manages a pool of CasProcessor instances.
 

Uses of Resource_ImplBase in org.apache.uima.examples.cpe
 

Subclasses of Resource_ImplBase in org.apache.uima.examples.cpe
 class AnnotationPrinter
          An example of CAS Consumer.
 class PersonTitleDBWriterCasConsumer
          A simple CAS consumer that creates a Derby (Cloudscape) database in the file system.
 

Uses of Resource_ImplBase in org.apache.uima.examples.xmi
 

Subclasses of Resource_ImplBase in org.apache.uima.examples.xmi
 class XmiCollectionReader
          A simple collection reader that reads CASes in XMI format from a directory in the filesystem.
 class XmiEcoreCasConsumer
          A variation of the XmiWriterCasConsumer that also saves the Type System to an Ecore file and links all of the XMI files to it via their schemaLocation attribute.
 

Uses of Resource_ImplBase in org.apache.uima.resource
 

Subclasses of Resource_ImplBase in org.apache.uima.resource
 class ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
 

Uses of Resource_ImplBase in org.apache.uima.resource.impl
 

Subclasses of Resource_ImplBase in org.apache.uima.resource.impl
 class ConfigurableDataResource_impl
          A simple DataResource implementation that can read data from a file via a URL.
 class DataResource_impl
          A simple DataResource implementation that can read data from a file via a URL.
 class FileLanguageResource_impl
          An implementation of ParameterizedDataResource 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
 class ResourceServiceAdapter
          Insulates applications from the knowledge that they are interacting with a ResourceService rather than a local instance of a Resource.
 

Uses of Resource_ImplBase in org.apache.uima.tools.components
 

Subclasses of Resource_ImplBase in org.apache.uima.tools.components
 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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.