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