public interface BNodeHasher
| Modifier and Type | Method and Description |
|---|---|
String |
createHash(org.openrdf.model.URI predicate,
Vertex object)
Create a hash for a given BNode that is accessed via a given predicate.
|
String createHash(org.openrdf.model.URI predicate, Vertex object)
predicate - The predicate through which the BNode is accessedobject - The BNode for which a hash value will be computedCopyright © 2019. All rights reserved.