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 void
IndexRule. 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 class
Style_impl
Fields in org.apache.uima.search.impl declared as Style Modifier and Type Field Description private Style[]
IndexRule_impl. mStyles
Methods 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 void
IndexRule_impl. setStyles(Style[] aStyles)
-