Uses of Interface
org.apache.uima.analysis_engine.TypeOrFeature
Packages that use TypeOrFeature
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for objects that represent metadata for a
Resource.
-
Uses of TypeOrFeature in org.apache.uima
Methods in org.apache.uima that return TypeOrFeatureModifier and TypeMethodDescriptionResourceSpecifierFactory.createTypeOrFeature()
Creates aTypeOrFeature
. -
Uses of TypeOrFeature in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return TypeOrFeatureModifier and TypeMethodDescriptionResultSpecification.getResultTypesAndFeatures()
Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce, for all languages.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 TypeOrFeatureModifier and TypeMethodDescriptionvoid
ResultSpecification.addResultTypeOrFeature
(TypeOrFeature aTypeOrFeature) Adds a Result Type or Feature to thisResultSpecification
for the language x-unspecified.void
ResultSpecification.addResultTypeOrFeature
(TypeOrFeature aTypeOrFeature, String[] aLanguageIDs) Adds a Result Type or Feature to thisResultSpecification
for the specified languages.void
ResultSpecification.removeTypeOrFeature
(TypeOrFeature aTypeOrFeature) removes the specified TypeOrFeature from thisResultSpecification
.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.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement TypeOrFeatureMethods in org.apache.uima.analysis_engine.impl that return TypeOrFeatureModifier and TypeMethodDescriptionResultSpecification_impl.getResultTypesAndFeatures()
ResultSpecification_impl.getResultTypesAndFeatures
(String language) Methods in org.apache.uima.analysis_engine.impl with parameters of type TypeOrFeatureModifier and TypeMethodDescriptionvoid
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) -
Uses of TypeOrFeature in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeOrFeature -
Uses of TypeOrFeature in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return TypeOrFeatureModifier and TypeMethodDescriptionCapability.getInputs()
Gets the inputs of this Capability.Capability.getOutputs()
Gets the outputs of this Capability.Methods in org.apache.uima.resource.metadata with parameters of type TypeOrFeatureModifier and TypeMethodDescriptionvoid
Capability.setInputs
(TypeOrFeature[] aInputs) Sets the inputs of this Capability.void
Capability.setOutputs
(TypeOrFeature[] aOutputs) Sets the outputs of this Capability. -
Uses of TypeOrFeature in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl that return TypeOrFeatureMethods in org.apache.uima.resource.metadata.impl with parameters of type TypeOrFeatureModifier and TypeMethodDescriptionvoid
Capability_impl.setInputs
(TypeOrFeature[] aInputs) void
Capability_impl.setOutputs
(TypeOrFeature[] aOutputs)