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

Packages that use ConfigurableResource
org.apache.uima.adapter.soap   
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
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.test.junit_extension   
org.apache.uima.tools.components   
 

Uses of ConfigurableResource in org.apache.uima.adapter.soap
 

Classes in org.apache.uima.adapter.soap that implement ConfigurableResource
 class SoapAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter for SOAP.
 

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

Classes in org.apache.uima.adapter.vinci that implement ConfigurableResource
 class VinciAnalysisEngineServiceAdapter
          Reference implementation of AnalysisEngineServiceAdapter for Vinci.
 

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.analysis_engine.asb.impl
 

Classes in org.apache.uima.analysis_engine.asb.impl that implement ConfigurableResource
 class FlowControllerContainer
          Container for a FlowController.
 

Uses of ConfigurableResource in org.apache.uima.analysis_engine.impl
 

Classes in org.apache.uima.analysis_engine.impl that implement ConfigurableResource
 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 ConfigurableResource in org.apache.uima.analysis_engine.service.impl
 

Classes in org.apache.uima.analysis_engine.service.impl that implement ConfigurableResource
 class AnalysisEngineServiceAdapter
          Base class for analysis engine service adapters.
 

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.collection.impl.base_cpm.container
 

Classes in org.apache.uima.collection.impl.base_cpm.container that implement ConfigurableResource
 class ProcessingContainer
          Base interface for implementing a Container object responsible for managing Cas Processor instances at runtime.
 

Uses of ConfigurableResource in org.apache.uima.collection.impl.cpm.container
 

Classes in org.apache.uima.collection.impl.cpm.container that implement ConfigurableResource
 class ProcessingContainer_Impl
          Manages a pool of CasProcessor instances.
 

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

Classes in org.apache.uima.examples.cpe that implement ConfigurableResource
 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 ConfigurableResource in org.apache.uima.examples.xmi
 

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

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

Uses of ConfigurableResource in org.apache.uima.test.junit_extension
 

Classes in org.apache.uima.test.junit_extension that implement ConfigurableResource
 class AnnotationWriter
          The AnnotationWriter class writes specified annotations to an output file.
 

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

Classes in org.apache.uima.tools.components that implement ConfigurableResource
 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 © 2011. All Rights Reserved.