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 anIndexBuildItemin order to assign indexing behavior to an annotation type. An Index Rule consists of zero or moreStyles.This object implements the
XMLizableinterface 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.voidsetStyles(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
-
-