org.openrdf.query.dawg
Class DAWGTestBooleanParser

java.lang.Object
  extended by org.openrdf.rio.helpers.RDFHandlerBase
      extended by org.openrdf.query.dawg.DAWGTestBooleanParser
All Implemented Interfaces:
RDFHandler

public class DAWGTestBooleanParser
extends RDFHandlerBase

Author:
Arjohn Kampman

Constructor Summary
DAWGTestBooleanParser()
           
 
Method Summary
 void endRDF()
          Signals the end of the RDF data.
 boolean getValue()
           
 void handleStatement(Statement st)
          Handles a statement.
 void startRDF()
          Signals the start of the RDF data.
 
Methods inherited from class org.openrdf.rio.helpers.RDFHandlerBase
handleComment, handleNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAWGTestBooleanParser

public DAWGTestBooleanParser()
Method Detail

getValue

public boolean getValue()

startRDF

public void startRDF()
              throws RDFHandlerException
Description copied from interface: RDFHandler
Signals the start of the RDF data. This method is called before any data is reported.

Specified by:
startRDF in interface RDFHandler
Overrides:
startRDF in class RDFHandlerBase
Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.

handleStatement

public void handleStatement(Statement st)
                     throws RDFHandlerException
Description copied from interface: RDFHandler
Handles a statement.

Specified by:
handleStatement in interface RDFHandler
Overrides:
handleStatement in class RDFHandlerBase
Parameters:
st - The statement.
Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.

endRDF

public void endRDF()
            throws RDFHandlerException
Description copied from interface: RDFHandler
Signals the end of the RDF data. This method is called when all data has been reported.

Specified by:
endRDF in interface RDFHandler
Overrides:
endRDF in class RDFHandlerBase
Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.


Copyright © 2001-2007 Aduna. All Rights Reserved.