|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.utils.DeciderFilter
public class DeciderFilter
INTERNAL: Filter that filters a collection using a decider. The decider is applied to the individual objects in the collection. If the object is accepted by the decider it will become part of the result.
| Constructor Summary | |
|---|---|
DeciderFilter(DeciderIF decider)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
filter(java.util.Iterator objects)
INTERNAL: Filters the input iterator and returns a collection containing a subset of the iterator's elements. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeciderFilter(DeciderIF decider)
| Method Detail |
|---|
public java.util.Collection filter(java.util.Iterator objects)
FilterIF
filter in interface FilterIF
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||