public interface IVisitDecider
| Modifier and Type | Method and Description |
|---|---|
Object |
getCacheKey()
Get the cache key.
|
boolean |
searchNode(IComponentIdentifier start,
IComponentIdentifier source,
IComponentIdentifier target,
boolean ischild,
Collection results)
Test if a specific node should be searched.
|
boolean searchNode(IComponentIdentifier start, IComponentIdentifier source, IComponentIdentifier target, boolean ischild, Collection results)
start - The start provider.source - The source data provider.target - The target data provider.results - The collection of preliminary results.Object getCacheKey()
Copyright © 2013. All Rights Reserved.