org.openrdf.query.dawg
Class DAWGTestResultSetUtil

java.lang.Object
  extended by org.openrdf.query.dawg.DAWGTestResultSetUtil

public class DAWGTestResultSetUtil
extends Object

Author:
Arjohn Kampman

Constructor Summary
DAWGTestResultSetUtil()
           
 
Method Summary
static boolean toBooleanQueryResult(Iterable<? extends Statement> dawgGraph)
           
static Graph toGraph(TupleQueryResult tqr)
           
static TupleQueryResult toTupleQueryResult(Iterable<? extends Statement> dawgGraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAWGTestResultSetUtil

public DAWGTestResultSetUtil()
Method Detail

toTupleQueryResult

public static TupleQueryResult toTupleQueryResult(Iterable<? extends Statement> dawgGraph)
                                           throws DAWGTestResultSetParseException
Throws:
DAWGTestResultSetParseException

toGraph

public static Graph toGraph(TupleQueryResult tqr)
                     throws QueryEvaluationException
Throws:
QueryEvaluationException

toBooleanQueryResult

public static boolean toBooleanQueryResult(Iterable<? extends Statement> dawgGraph)
                                    throws DAWGTestResultSetParseException
Throws:
DAWGTestResultSetParseException


Copyright © 2001-2008 Aduna. All Rights Reserved.