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