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

Packages that use ConfigurableResource_ImplBase
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
 

Uses of ConfigurableResource_ImplBase in org.apache.uima.collection
 

Subclasses of ConfigurableResource_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 ConfigurableResource_ImplBase in org.apache.uima.collection.base_cpm
 

Subclasses of ConfigurableResource_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.
 



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