Uses of Interface
org.apache.uima.resource.ConfigurableResource

Packages that use ConfigurableResource
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
 

Uses of ConfigurableResource in org.apache.uima.analysis_engine
 

Subinterfaces of ConfigurableResource in org.apache.uima.analysis_engine
 interface AnalysisEngine
          An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.
 interface TextAnalysisEngine
          Deprecated. As of v2.0, AnalysisEngine should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.
 

Uses of ConfigurableResource in org.apache.uima.collection
 

Subinterfaces of ConfigurableResource in org.apache.uima.collection
 interface CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 interface CasInitializer
          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.
 interface CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
 

Classes in org.apache.uima.collection that implement ConfigurableResource
 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 in org.apache.uima.collection.base_cpm
 

Subinterfaces of ConfigurableResource in org.apache.uima.collection.base_cpm
 interface CasDataConsumer
          Any component that operates on analysis results produced by a UIMA CasDataProcessor.
 interface CasDataInitializer
          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.
 

Classes in org.apache.uima.collection.base_cpm that implement ConfigurableResource
 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 ConfigurableResource in org.apache.uima.resource
 

Classes in org.apache.uima.resource that implement ConfigurableResource
 class ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
 



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