Uses of Interface
org.apache.uima.analysis_engine.TypeOrFeature

Packages that use TypeOrFeature
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
 

Uses of TypeOrFeature in org.apache.uima
 

Methods in org.apache.uima that return TypeOrFeature
 TypeOrFeature ResourceSpecifierFactory.createTypeOrFeature()
          Creates a TypeOrFeature.
 

Uses of TypeOrFeature in org.apache.uima.analysis_engine
 

Methods in org.apache.uima.analysis_engine that return TypeOrFeature
 TypeOrFeature[] ResultSpecification.getResultTypesAndFeatures()
          Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce for the default language x-unspecified (that is, regardless any language specification).
 TypeOrFeature[] ResultSpecification.getResultTypesAndFeatures(String language)
          Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce for the specified language.
 

Methods in org.apache.uima.analysis_engine with parameters of type TypeOrFeature
 void ResultSpecification.addResultTypeOrFeature(TypeOrFeature aTypeOrFeature)
          Adds a Result Type or Feature to this ResultSpecification for the language x-unspecified.
 void ResultSpecification.addResultTypeOrFeature(TypeOrFeature aTypeOrFeature, String[] aLanguageIDs)
          Adds a Result Type or Feature to this ResultSpecification for the specified languages.
 void ResultSpecification.removeTypeOrFeature(TypeOrFeature aTypeOrFeature)
          removes the specified TypeOrFeature from this ResultSpecification.
 void ResultSpecification.setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures)
          Sets the Types and Features that the AnalysisEngine or Annotator is requested to produce for the language x-unspecified, and removes all other type or feature information, that may be previously present (e.g., for other languages)
 void ResultSpecification.setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures, String[] aLanguageIDs)
          Sets the Types and Features that the AnalysisEngine or Annotator is requested to produce for the specified languages, and removes all other type or feature information, that may be previously present (e.g., for other languages).
 

Uses of TypeOrFeature in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata that return TypeOrFeature
 TypeOrFeature[] Capability.getInputs()
          Gets the inputs of this Capability.
 TypeOrFeature[] Capability.getOutputs()
          Gets the outputs of this Capability.
 

Methods in org.apache.uima.resource.metadata with parameters of type TypeOrFeature
 void Capability.setInputs(TypeOrFeature[] aInputs)
          Sets the inputs of this Capability.
 void Capability.setOutputs(TypeOrFeature[] aOutputs)
          Sets the outputs of this Capability.
 



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