Uses of Interface
org.apache.uima.search.Mapping
-
Packages that use Mapping Package Description org.apache.uima.search Standard UIMA interfaces for indexing and search.org.apache.uima.search.impl Search engine-independent indexing classes. -
-
Uses of Mapping in org.apache.uima.search
Methods in org.apache.uima.search that return Mapping Modifier and Type Method Description Mapping[]
Style. getAttributeMappings()
Gets the mappings that specify which features (properties) of the annotation should be indexed, and under which names.Methods in org.apache.uima.search with parameters of type Mapping Modifier and Type Method Description void
Style. setAttributeMappings(Mapping[] aMappings)
Sets the mappings that specify which features (properties) of the annotation should be indexed, and under which names. -
Uses of Mapping in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement Mapping Modifier and Type Class Description class
Mapping_impl
Fields in org.apache.uima.search.impl declared as Mapping Modifier and Type Field Description private Mapping[]
Style_impl. mAttributeMappings
Methods in org.apache.uima.search.impl that return Mapping Modifier and Type Method Description Mapping[]
Style_impl. getAttributeMappings()
Methods in org.apache.uima.search.impl with parameters of type Mapping Modifier and Type Method Description void
Style_impl. setAttributeMappings(Mapping[] aMappings)
-