|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INodeFilter
used as a general-purpose filter for nodes during retrieval of successor nodes in a graph.
INodeWalker.addNodeFilter(INodeFilter)
,
INodeWalker.getFilteredSuccessorNodes(Object)
Method Summary | |
---|---|
boolean |
pass(Object node)
whether or not to admit this object through the filter |
Method Detail |
---|
boolean pass(Object node)
node
-
true
if this object should be included in successor node collections,
false
if it should be filtered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |