SASSY
0.0
Software Architecture Support System
|
A singleton class responsible for managing the World objects. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
World | world (const std::string &name) |
Create, or return an existing world object. | |
Static Public Member Functions | |
static Universe & | instance () |
Get a reference to the universe object. | |
A singleton class responsible for managing the World objects.
The Universe object allows the using program to access a World object by name. Access will be protected by a mutex so that different threads can each use RDF processing.