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

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 Universeinstance ()
 Get a reference to the universe object.
 

Detailed Description

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.


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