Class DAWGTestResultSetUtil
java.lang.Object
org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
- Author:
 - Arjohn Kampman
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleantoBooleanQueryResult(Iterable<? extends Statement> dawgGraph) static ModeltoGraph(TupleQueryResult tqr) static TupleQueryResulttoTupleQueryResult(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
 
 -