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