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.collection Classes and interfaces for collection processing. 
org.apache.uima.flow   
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.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.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.uimacpp
 

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



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