public interface IVisitDecider
Modifier and Type | Method and Description |
---|---|
Object |
getCacheKey()
Get the cache key.
|
boolean |
searchNode(IServiceProvider start,
IServiceProvider source,
IServiceProvider target,
boolean ischild,
Collection results)
Test if a specific node should be searched.
|
boolean searchNode(IServiceProvider start, IServiceProvider source, IServiceProvider 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 © 2012. All Rights Reserved.