public interface IVisitDecider
Modifier and Type | Interface and Description |
---|---|
static class |
IVisitDecider.Direction |
Modifier and Type | Method and Description |
---|---|
Object |
getCacheKey()
Get the cache key.
|
boolean |
searchNode(IComponentIdentifier start,
IComponentIdentifier source,
IComponentIdentifier target,
Collection<IService> results)
Test if a specific node should be searched.
|
boolean searchNode(IComponentIdentifier start, IComponentIdentifier source, IComponentIdentifier target, Collection<IService> 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.