RuleCollection
RuleCollection class
Rule collection.
Methods
| Name | Description |
|---|---|
| add(rule) | Add the rule in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(rule) | Remove the rule from the collection. |
| removeAt() |
add(rule)
Add the rule in the collection.
| Parameter | Type | Description |
|---|---|---|
| rule | Rule |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(rule)
Remove the rule from the collection.
| Parameter | Type | Description |
|---|---|---|
| rule | Rule |