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

Packages that use Filter
org.apache.uima.search Standard UIMA interfaces for indexing and search. 
org.apache.uima.search.impl Search engine-independent indexing classes. 
 

Uses of Filter in org.apache.uima.search
 

Methods in org.apache.uima.search that return Filter
 Filter IndexBuildItem.getFilter()
          Gets the Filter that identifies which instances of the named CAS type are governed by the index rule for this item.
 

Methods in org.apache.uima.search with parameters of type Filter
 void IndexBuildItem.setFilter(Filter aFilter)
          Sets the Filter that identifies which instances of the named CAS type are governed by the index rule for this item.
 

Uses of Filter in org.apache.uima.search.impl
 

Classes in org.apache.uima.search.impl that implement Filter
 class Filter_impl
           
 

Methods in org.apache.uima.search.impl that return Filter
 Filter IndexBuildItem_impl.getFilter()
           
 

Methods in org.apache.uima.search.impl with parameters of type Filter
 void IndexBuildItem_impl.setFilter(Filter aFilter)
           
 



Copyright © 2011. All Rights Reserved.