public interface BNodeKeyFactory
| Modifier and Type | Method and Description |
|---|---|
BNodeKey |
createKey(org.openrdf.model.URI predicate,
Vertex object)
Create a key for a given BNode that is the object of some statement.
|
BNodeKey createKey(org.openrdf.model.URI predicate, Vertex object)
predicate - The predicate of the statementobject - The BNode whose key is to be created.Copyright © 2019. All rights reserved.