Uses of Interface
org.apache.uima.search.Mapping

Packages that use Mapping
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
 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
 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
 class Mapping_impl
           
 

Methods in org.apache.uima.search.impl that return Mapping
 Mapping[] Style_impl.getAttributeMappings()
           
 

Methods in org.apache.uima.search.impl with parameters of type Mapping
 void Style_impl.setAttributeMappings(Mapping[] aMappings)
           
 



Copyright © 2013. All Rights Reserved.