org.openrdf.repository.augur.helpers
Class AugurNodeFactory

java.lang.Object
  extended by org.openrdf.repository.augur.helpers.AugurNodeFactory

public class AugurNodeFactory
extends Object

Retrives or creates AugurNodes for a statement parttern.

Author:
James Leigh

Constructor Summary
AugurNodeFactory(RepositoryConnection connection)
           
 
Method Summary
 AugurNode createAugurNode(ParsedQuery query, boolean includeInferred)
           
 AugurStatementNode createAugurStatementNode(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugurNodeFactory

public AugurNodeFactory(RepositoryConnection connection)
Method Detail

createAugurNode

public AugurNode createAugurNode(ParsedQuery query,
                                 boolean includeInferred)

createAugurStatementNode

public AugurStatementNode createAugurStatementNode(Resource subj,
                                                   URI pred,
                                                   Value obj,
                                                   boolean includeInferred,
                                                   Resource... contexts)


Copyright © 2004-2007. All Rights Reserved.