|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnesstar.rdf.Filter
public abstract class Filter
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
abstract void |
filter(Object obj,
HashSet saveObjs)
|
void |
filterList(List list,
HashSet saveObjs,
boolean addBag)
this calls filter on a list of objects |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public abstract void filter(Object obj,
HashSet saveObjs)
throws Exception
Exception
public void filterList(List list,
HashSet saveObjs,
boolean addBag)
throws Exception
list - The list of objects to run through filtersaveObjs - The list of objects to add filtered objects toaddBag - boolean dictating whether to add this bag to the saveObjs
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||