Package org.apache.uima.search
Interface IndexRule
-
- All Superinterfaces:
java.io.Serializable
,XMLizable
- All Known Implementing Classes:
IndexRule_impl
public interface IndexRule extends XMLizable, java.io.Serializable
A rule that specifies indexing behavior. An indexing rule is attached to anIndexBuildItem
in order to assign indexing behavior to an annotation type. An Index Rule consists of zero or moreStyle
s.This object implements the
XMLizable
interface and can be parsed from an XML representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Style[]
getStyles()
Gets the styles that comprise this index rule.void
setStyles(Style[] aStyles)
Sets the styles that comprise this index rule.-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
-