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 wrapperSearchExceptionCopyright © 2002-2017. All Rights Reserved.