|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexRule
A rule that specifies indexing behavior. An indexing rule is attached to an
IndexBuildItem
in order to assign indexing behavior to an annotation type. An Index Rule
consists of zero or more Style
s.
This object implements the XMLizable
interface and can be parsed from an XML
representation.
Method Summary | |
---|---|
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 |
Method Detail |
---|
Style[] getStyles()
void setStyles(Style[] aStyles)
aStyles
- the CAS type name for this build item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |