| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| 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.impl | Apache UIMA internals | 
| org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a
Resource. | 
| org.apache.uima.resource.metadata.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature | ResourceSpecifierFactory. createTypeOrFeature()Creates a  TypeOrFeature. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature[] | ResultSpecification. getResultTypesAndFeatures()Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce,
 for all languages. | 
| TypeOrFeature[] | ResultSpecification. getResultTypesAndFeatures(String language)Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce
 for the specified language. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResultSpecification. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature)Adds a Result Type or Feature to this  ResultSpecificationfor the language
 x-unspecified. | 
| void | ResultSpecification. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature,
                      String[] aLanguageIDs)Adds a Result Type or Feature to this  ResultSpecificationfor 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). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TypeOrFeature_implReference implementation of  TypeOrFeature. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature[] | ResultSpecification_impl. getResultTypesAndFeatures() | 
| TypeOrFeature[] | ResultSpecification_impl. getResultTypesAndFeatures(String language) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResultSpecification_impl. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature) | 
| void | ResultSpecification_impl. addResultTypeOrFeature(TypeOrFeature tof,
                      String[] languages) | 
| int | TypeOrFeature_impl. compareTo(TypeOrFeature obj) | 
| void | ResultSpecification_impl. removeTypeOrFeature(TypeOrFeature tof) | 
| void | ResultSpecification_impl. setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures) | 
| void | ResultSpecification_impl. setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures,
                         String[] aLanguageIDs) | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature | ResourceSpecifierFactory_impl. createTypeOrFeature() | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature[] | Capability. getInputs()Gets the inputs of this Capability. | 
| TypeOrFeature[] | Capability. getOutputs()Gets the outputs of this Capability. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Capability. setInputs(TypeOrFeature[] aInputs)Sets the inputs of this Capability. | 
| void | Capability. setOutputs(TypeOrFeature[] aOutputs)Sets the outputs of this Capability. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeOrFeature[] | Capability_impl. getInputs() | 
| TypeOrFeature[] | Capability_impl. getOutputs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Capability_impl. setInputs(TypeOrFeature[] aInputs) | 
| void | Capability_impl. setOutputs(TypeOrFeature[] aOutputs) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.