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

Packages that use ResourceCreationSpecifier
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.impl   
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.impl   
org.apache.uima.flow   
org.apache.uima.flow.impl   
org.apache.uima.resource.impl   
org.apache.uima.uimacpp   
 

Uses of ResourceCreationSpecifier in org.apache.uima.analysis_engine
 

Subinterfaces of ResourceCreationSpecifier in org.apache.uima.analysis_engine
 interface AnalysisEngineDescription
          An AnalysisEngineDescription contains all of the information needed to instantiate and use an AnalysisEngine.
 interface TaeDescription
          Deprecated. As of v2.0, AnalysisEngineDescription should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngineDescription.
 

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

Classes in org.apache.uima.analysis_engine.impl that implement ResourceCreationSpecifier
 class AnalysisEngineDescription_impl
          Reference implementation of AnalysisEngineDescription.
 class TaeDescription_impl
          Deprecated. since v2.0
 

Uses of ResourceCreationSpecifier in org.apache.uima.collection
 

Subinterfaces of ResourceCreationSpecifier in org.apache.uima.collection
 interface CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
 interface CasInitializerDescription
          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 CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 

Uses of ResourceCreationSpecifier in org.apache.uima.collection.impl
 

Classes in org.apache.uima.collection.impl that implement ResourceCreationSpecifier
 class CasConsumerDescription_impl
           
 class CasInitializerDescription_impl
          Deprecated. As of v2.0, CAS Initializers are deprecated.
 class CollectionReaderDescription_impl
          To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
 

Uses of ResourceCreationSpecifier in org.apache.uima.flow
 

Subinterfaces of ResourceCreationSpecifier in org.apache.uima.flow
 interface FlowControllerDescription
          A FlowControllerDescription contains all of the information needed to instantiate and use a FlowController.
 

Uses of ResourceCreationSpecifier in org.apache.uima.flow.impl
 

Classes in org.apache.uima.flow.impl that implement ResourceCreationSpecifier
 class FlowControllerDescription_impl
          Implementation of FlowControllerDescription.
 

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

Classes in org.apache.uima.resource.impl that implement ResourceCreationSpecifier
 class ResourceCreationSpecifier_impl
          Reference implementation of ResourceCreationSpecifier.
 

Uses of ResourceCreationSpecifier in org.apache.uima.uimacpp
 

Constructors in org.apache.uima.uimacpp with parameters of type ResourceCreationSpecifier
UimacppAnalysisComponent(ResourceCreationSpecifier aeDescription, AnalysisEngineImplBase ae)
           
 



Copyright © 2011. All Rights Reserved.