Package org.eclipse.rdf4j.query.resultio
Interface BooleanQueryResultParserFactory
- All Known Implementing Classes:
BooleanTextParserFactory
,SPARQLBooleanJSONParserFactory
,SPARQLBooleanXMLParserFactory
public interface BooleanQueryResultParserFactory
Returns
BooleanQueryResultParser
s for a specific boolean query result format.- Author:
- Arjohn Kampman
-
Method Summary
Modifier and TypeMethodDescriptionReturns the boolean query result format for this factory.Returns a BooleanQueryResultParser instance.
-
Method Details
-
getBooleanQueryResultFormat
BooleanQueryResultFormat getBooleanQueryResultFormat()Returns the boolean query result format for this factory. -
getParser
BooleanQueryResultParser getParser()Returns a BooleanQueryResultParser instance.
-