Uses of Interface
org.apache.uima.analysis_engine.TypeOrFeature
-
Packages that use TypeOrFeature Package Description org.apache.uima Apache UIMAorg.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 internalsorg.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of TypeOrFeature in org.apache.uima
Methods in org.apache.uima that return TypeOrFeature Modifier and Type Method Description TypeOrFeatureResourceSpecifierFactory. createTypeOrFeature()Creates aTypeOrFeature. -
Uses of TypeOrFeature in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return TypeOrFeature Modifier and Type Method Description TypeOrFeature[]ResultSpecification. getResultTypesAndFeatures()Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce, for all languages.TypeOrFeature[]ResultSpecification. getResultTypesAndFeatures(java.lang.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 Modifier and Type Method Description voidResultSpecification. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature)Adds a Result Type or Feature to thisResultSpecificationfor the language x-unspecified.voidResultSpecification. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature, java.lang.String[] aLanguageIDs)Adds a Result Type or Feature to thisResultSpecificationfor the specified languages.voidResultSpecification. removeTypeOrFeature(TypeOrFeature aTypeOrFeature)removes the specified TypeOrFeature from thisResultSpecification.voidResultSpecification. 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)voidResultSpecification. setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures, java.lang.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 TypeOrFeature Modifier and Type Class Description classTypeOrFeature_implReference implementation ofTypeOrFeature.Methods in org.apache.uima.analysis_engine.impl that return TypeOrFeature Modifier and Type Method Description private TypeOrFeatureResultSpecification_impl. createTypeOrFeature(java.lang.String name, boolean isType, boolean aAllAnnotatorFeatures)private TypeOrFeatureResultSpecification_impl. createTypeOrFeature(java.lang.String typeName, java.lang.String featureName)TypeOrFeature[]ResultSpecification_impl. getResultTypesAndFeatures()private TypeOrFeature[]ResultSpecification_impl. getResultTypesAndFeatures(boolean skipLanguageFilter, java.lang.String language)TypeOrFeature[]ResultSpecification_impl. getResultTypesAndFeatures(java.lang.String language)Methods in org.apache.uima.analysis_engine.impl with parameters of type TypeOrFeature Modifier and Type Method Description private voidResultSpecification_impl. addResultTof(TypeOrFeature tof, java.lang.String[] langs, boolean replace)voidResultSpecification_impl. addResultTypeOrFeature(TypeOrFeature aTypeOrFeature)voidResultSpecification_impl. addResultTypeOrFeature(TypeOrFeature tof, java.lang.String[] languages)intTypeOrFeature_impl. compareTo(TypeOrFeature obj)voidResultSpecification_impl. removeTypeOrFeature(TypeOrFeature tof)voidResultSpecification_impl. setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures)voidResultSpecification_impl. setResultTypesAndFeatures(TypeOrFeature[] aTypesAndFeatures, java.lang.String[] aLanguageIDs) -
Uses of TypeOrFeature in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeOrFeature Modifier and Type Method Description TypeOrFeatureResourceSpecifierFactory_impl. createTypeOrFeature() -
Uses of TypeOrFeature in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return TypeOrFeature Modifier and Type Method Description 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 Modifier and Type Method Description voidCapability. setInputs(TypeOrFeature[] aInputs)Sets the inputs of this Capability.voidCapability. setOutputs(TypeOrFeature[] aOutputs)Sets the outputs of this Capability. -
Uses of TypeOrFeature in org.apache.uima.resource.metadata.impl
Fields in org.apache.uima.resource.metadata.impl declared as TypeOrFeature Modifier and Type Field Description private static TypeOrFeature[]Capability_impl. EMPTY_TYPE_OR_FEATURE_ARRAYprivate TypeOrFeature[]Capability_impl. mInputsInput Types and/or Features.private TypeOrFeature[]Capability_impl. mOutputsOutput Types and/or Features.Methods in org.apache.uima.resource.metadata.impl that return TypeOrFeature Modifier and Type Method Description TypeOrFeature[]Capability_impl. getInputs()TypeOrFeature[]Capability_impl. getOutputs()Methods in org.apache.uima.resource.metadata.impl with parameters of type TypeOrFeature Modifier and Type Method Description voidCapability_impl. setInputs(TypeOrFeature[] aInputs)voidCapability_impl. setOutputs(TypeOrFeature[] aOutputs)
-