org.openrdf.query.resultio.text
Class BooleanTextParserFactory
java.lang.Object
org.openrdf.query.resultio.text.BooleanTextParserFactory
- All Implemented Interfaces:
- BooleanQueryResultParserFactory
public class BooleanTextParserFactory
- extends Object
- implements BooleanQueryResultParserFactory
A BooleanQueryResultParserFactory for plain text boolean result
parsers.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanTextParserFactory
public BooleanTextParserFactory()
getBooleanQueryResultFormat
public BooleanQueryResultFormat getBooleanQueryResultFormat()
- Returns
BooleanQueryResultFormat.TEXT.
- Specified by:
getBooleanQueryResultFormat in interface BooleanQueryResultParserFactory
getParser
public BooleanQueryResultParser getParser()
- Returns a new instance of BooleanTextParser.
- Specified by:
getParser in interface BooleanQueryResultParserFactory
Copyright © 2001-2010 Aduna. All Rights Reserved.