Uses of Interface
org.apache.uima.search.Style
-
Packages that use Style 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 Style in org.apache.uima.search
Methods in org.apache.uima.search that return Style Modifier and Type Method Description Style[]IndexRule. getStyles()Gets the styles that comprise this index rule.Methods in org.apache.uima.search with parameters of type Style Modifier and Type Method Description voidIndexRule. setStyles(Style[] aStyles)Sets the styles that comprise this index rule. -
Uses of Style in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement Style Modifier and Type Class Description classStyle_implMethods in org.apache.uima.search.impl that return Style Modifier and Type Method Description Style[]IndexRule_impl. getStyles()Methods in org.apache.uima.search.impl with parameters of type Style Modifier and Type Method Description voidIndexRule_impl. setStyles(Style[] aStyles)
-