Operations Summary: | |
void | initWithSubRule(in Rule rule) |
void | initWithTokenArray(in StringArray tokens) |
void | initWithSubRuleArray(in RuleArray rules) |
void | append(in Rule rule) |
RuleArray | getRules() |
void | setRules(in RuleArray rules) |
Operations Inherited from Rule | |
copy, toString |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialize a RuleSequence
object containing a
single Rule.
Initializer for RuleSequence
that is a sequence
of strings that are converted to RuleTokens.
A string containing multiple words (e.g. "san francisco") is treated as a single token. If appropriate, an application should parse such strings to produce separate tokens.
The token list may be zero-length or null. This will produce a zero-length sequence which is equivalent to <NULL>.
RuleTokens.
Initializes a RuleSequence
object with an array
of sub-rules.
Append a single rule to the end of the sequence.
Return the array of rules in the sequence.
Set the array of rules in the sequence. The array may be zero-length or null. This will produce a zero-length sequence which is equivalent to <NULL>.