SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF Query Result. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual int | count () const =0 |
Get the number of bound values in the result. | |
virtual std::string | getBoundName (int offset) const =0 |
Get the variable name at a position. | |
virtual Node | getBoundValue (int offset) const =0 |
Get a value at a position. | |
virtual Node | getBoundValue (const std::string &name) const =0 |
Get a value for a variable name. | |
virtual std::string | toString () const =0 |
Convert all the names and values to a string. | |
An abstract class defining the methods for an RDF Query Result.