org.openrdf.repository.augur.helpers
Class AugurNodeFactory
java.lang.Object
org.openrdf.repository.augur.helpers.AugurNodeFactory
public class AugurNodeFactory
- extends Object
Retrives or creates AugurNodes for a statement parttern.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AugurNodeFactory
public AugurNodeFactory(RepositoryConnection connection)
createAugurNode
public AugurNode createAugurNode(ParsedQuery query,
boolean includeInferred)
createAugurStatementNode
public AugurStatementNode createAugurStatementNode(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Copyright © 2004-2008 Aduna. All Rights Reserved.