Class SPARQLStarResultsTSVParserFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLStarResultsTSVParserFactory
- All Implemented Interfaces:
 TupleQueryResultParserFactory
public class SPARQLStarResultsTSVParserFactory
extends Object
implements TupleQueryResultParserFactory
TupleQueryResultParserFactory for creating instances of SPARQLStarResultsTSVParser.- Author:
 - Pavel Mihaylov
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance ofSPARQLStarResultsTSVParser.ReturnsTupleQueryResultFormat.TSV_STAR. 
- 
Constructor Details
- 
SPARQLStarResultsTSVParserFactory
public SPARQLStarResultsTSVParserFactory() 
 - 
 - 
Method Details
- 
getTupleQueryResultFormat
ReturnsTupleQueryResultFormat.TSV_STAR.- Specified by:
 getTupleQueryResultFormatin interfaceTupleQueryResultParserFactory
 - 
getParser
Returns a new instance ofSPARQLStarResultsTSVParser.- Specified by:
 getParserin interfaceTupleQueryResultParserFactory
 
 -