public class SimpleKeyFactory extends Object implements BNodeKeyFactory
| Constructor and Description |
|---|
SimpleKeyFactory(org.openrdf.model.URI accessor,
org.openrdf.model.URI keyPredicate) |
| 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 SimpleKeyFactory(org.openrdf.model.URI accessor,
org.openrdf.model.URI keyPredicate)
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.