public class IndexHash extends Object
Constructor and Description |
---|
IndexHash() |
Modifier and Type | Method and Description |
---|---|
void |
addDescription(org.openrdf.model.URI x,
URIDescription o)
Associate a description to the given URI
|
boolean |
containsDescriptionFor(org.openrdf.model.URI x)
Return true if the given URI is associated to a description.
|
URIDescription |
getDescription(org.openrdf.model.URI v)
Access to the description associated to a specific URI
|
Map<org.openrdf.model.URI,URIDescription> |
getMapping()
Access to the Map which stores the description of each resource.
|
public Map<org.openrdf.model.URI,URIDescription> getMapping()
public URIDescription getDescription(org.openrdf.model.URI v)
v
- the URI of the resource of interestpublic void addDescription(org.openrdf.model.URI x, URIDescription o)
x
- the URI of the resourceo
- its descriptionpublic boolean containsDescriptionFor(org.openrdf.model.URI x)
x
- the URI of the resourceCopyright © 2014. All rights reserved.