org.eclipse.actf.model.traverse.filters
Interface INodeFilter

All Known Implementing Classes:
AccessibleNodeItemFilter, NodeIdFilter, NodeNameFilter, NodeTypeFilter, NodeVisibilityFilter

public interface INodeFilter

used as a general-purpose filter for nodes during retrieval of successor nodes in a graph.

Author:
Mike Squillace
See Also:
INodeWalker.addNodeFilter(INodeFilter), INodeWalker.getFilteredSuccessorNodes(Object)

Method Summary
 boolean pass(Object node)
          whether or not to admit this object through the filter
 

Method Detail

pass

boolean pass(Object node)
whether or not to admit this object through the filter

Parameters:
node -
Returns:
true if this object should be included in successor node collections, false if it should be filtered