public interface ISearchCallback
| Modifier and Type | Method and Description |
|---|---|
SortedSet |
getEdges(Object fromNode)
Get the edges originating from a node.
|
void |
nodeAdded(Object fromNode)
Notifies the callback that a node has been added to the search result.
|
boolean |
searchNode(Object node)
Decides if a node should be searched or not
|
SortedSet getEdges(Object fromNode) throws SearchException
fromNode - node fromException - exception wrapperSearchExceptionvoid nodeAdded(Object fromNode) throws SearchException
fromNode - node that has been added.Exception - exception wrapperSearchExceptionboolean searchNode(Object node) throws SearchException
node - node to be filteredException - exception wrapperSearchExceptionCopyright © 2002-2017. All Rights Reserved.