SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::World_ Class Referenceabstract

An abstract class defining the methods for an RDF World. More...

#include <rdfxx/rdfxx.h>

Public Member Functions

virtual ~World_ ()
 Virtual destructor.
 
virtual void registerErrorClient (ErrorClient *, bool warnings, bool errors)=0
 Register a client object to receive error and/or error messages.
 
virtual void deregisterErrorClient (ErrorClient *)=0
 Remove a client that was to get error messages.
 
virtual Serializer defaultSerializer ()=0
 Get a default serialiser - depreicated.
 
virtual Prefixesprefixes ()=0
 Get a reference to the saved prefixes.
 

Detailed Description

An abstract class defining the methods for an RDF World.


The documentation for this class was generated from the following file: