public interface ISearchAlgorithm
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.collections.set.ListOrderedSet |
search(java.util.Set nodesFrom,
ISearchCallback callback)
Search all nodes that originates from a set of nodes.
|
org.apache.commons.collections.set.ListOrderedSet search(java.util.Set nodesFrom,
ISearchCallback callback)
throws SearchException
nodesFrom - input nodescallback - helper callbackjava.lang.Exception - exception wrapperSearchExceptionCopyright © 2002-2018. All Rights Reserved.