Interface OccurrenceLinkService
public interface OccurrenceLinkService
Service for the OccurrenceLink
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetEquivalentOccurrencePath(Set<AssociativePath> sourcePaths, EOLParams params) Returns other side equivalent occurrence paths.
-
Method Details
-
getEquivalentOccurrencePath
Map<AssociativePath,Collection<AssociativePath>> getEquivalentOccurrencePath(Set<AssociativePath> sourcePaths, EOLParams params) throws WTException Returns other side equivalent occurrence paths. Finds links based on consumption links and if not found, finds based on position if position based analysis is enabled. 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- - occurrence paths for which other side equivalent paths needs to fetched.params- - holding information for calculating the other side paths.- Returns:
- Throws:
WTException
-