Class core.PositionFilterChain
Defined in: PositionFilterChain.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A structure that acts like a filter for all purposes,
and also can be combined with other instances of it's own kind or other filters.
|
Method Attributes | Method Name and Description |
---|---|
acceptPosition(iterator)
Returns accept if all filters in the chain accept the position, else reject.
|
|
addFilter(filterInstance)
Adds a filter to the filter chain.
|
Class Detail
core.PositionFilterChain()
A structure that acts like a filter for all purposes,
and also can be combined with other instances of it's own kind or other filters.
Method Detail
{!core.PositionFilter.FilterResult}
acceptPosition(iterator)
Returns accept if all filters in the chain accept the position, else reject.
- Parameters:
- {!core.PositionIterator} iterator
- Returns:
- {!core.PositionFilter.FilterResult}
{undefined}
addFilter(filterInstance)
Adds a filter to the filter chain.
- Parameters:
- {!core.PositionFilter|!core.PositionFilterChain} filterInstance
- Returns:
- {undefined}