SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF Stream. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual | ~Stream_ () |
Virtual destructor. | |
virtual bool | end ()=0 |
Check if at the end of the stream. | |
virtual bool | next ()=0 |
Move to the next statement in the stream. | |
virtual StatementRef | current ()=0 |
Get a reference to the current statement. | |
An abstract class defining the methods for an RDF Stream.