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 wrapperSearchException
void nodeAdded(Object fromNode) throws SearchException
fromNode
- node that has been added.Exception
- exception wrapperSearchException
boolean searchNode(Object node) throws SearchException
node
- node to be filteredException
- exception wrapperSearchException
Copyright © 2002–2018. All rights reserved.