Interface UsagePathLinkService
public interface UsagePathLinkService
Service for the UsagePathLink
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetEquivalentUsagePaths(Set<AssociativePath> sourcePaths, EULParams params) Returns other side equivalent usage paths.
-
Method Details
-
getEquivalentUsagePaths
Map<AssociativePath,Collection<AssociativePath>> getEquivalentUsagePaths(Set<AssociativePath> sourcePaths, EULParams params) throws WTException Returns other side equivalent usage paths. Is not expected to work on very large data set and is meant for mainly a smaller subset of paths.
Supported API: true- Parameters:
sourcePaths-params-- Returns:
- Throws:
WTException
-