Package org.eclipse.rdf4j.query.dawg
Class DAWGTestResultSetUtil
- java.lang.Object
-
- org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
-
public class DAWGTestResultSetUtil extends Object
- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description DAWGTestResultSetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
toBooleanQueryResult(Iterable<? extends Statement> dawgGraph)
static Model
toGraph(TupleQueryResult tqr)
static TupleQueryResult
toTupleQueryResult(Iterable<? extends Statement> dawgGraph)
-
-
-
Method Detail
-
toTupleQueryResult
public static TupleQueryResult toTupleQueryResult(Iterable<? extends Statement> dawgGraph) throws DAWGTestResultSetParseException
- Throws:
DAWGTestResultSetParseException
-
toGraph
public static Model toGraph(TupleQueryResult tqr) throws QueryEvaluationException
- Throws:
QueryEvaluationException
-
toBooleanQueryResult
public static boolean toBooleanQueryResult(Iterable<? extends Statement> dawgGraph) throws DAWGTestResultSetParseException
- Throws:
DAWGTestResultSetParseException
-
-