public class GenericBNodeKeyFactory extends Object implements BNodeKeyFactory
| Constructor and Description |
|---|
GenericBNodeKeyFactory() |
| 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.
|
public BNodeKey createKey(org.openrdf.model.URI predicate, Vertex object)
BNodeKeyFactorycreateKey in interface BNodeKeyFactorypredicate - The predicate of the statementobject - The BNode whose key is to be created.Copyright © 2019. All rights reserved.