public class WikiDbPediaBridgingSameAsRetriever extends Object implements SingleUriSameAsRetriever
| Constructor and Description |
|---|
WikiDbPediaBridgingSameAsRetriever() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToManager(DomainBasedSameAsRetrieverManager manager) |
Set<String> |
retrieveSameURIs(String uri)
Returns a Set containing the URIs having a sameAs link to this URI or
null if no such URIs could be found.
|
Set<String> |
retrieveSameURIs(String domain,
String uri)
Returns a Set containing the URIs having a sameAs link to this URI or
null if no such URIs could be found.
|
public Set<String> retrieveSameURIs(String uri)
SingleUriSameAsRetrieverretrieveSameURIs in interface SingleUriSameAsRetrieveruri - the URI for which sameAs links should be discoveredpublic Set<String> retrieveSameURIs(String domain, String uri)
SingleUriSameAsRetrieverretrieveSameURIs in interface SingleUriSameAsRetrieverdomain - the domain of the URIuri - the URI for which sameAs links should be discoveredpublic void addToManager(DomainBasedSameAsRetrieverManager manager)
Copyright © 2014–2017. All rights reserved.