public interface ISearchAlgorithm
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections.set.ListOrderedSet |
search(Set nodesFrom,
ISearchCallback callback)
Search all nodes that originates from a set of nodes.
|
org.apache.commons.collections.set.ListOrderedSet search(Set nodesFrom, ISearchCallback callback) throws SearchException
nodesFrom
- input nodescallback
- helper callbackException
- exception wrapperSearchException
Copyright © 2002–2020. All rights reserved.