BON::Atom Class Reference
#include <BON.h>
List of all members.
Public Types |
typedef AtomImpl | implementation_type |
Public Member Functions |
| Atom () |
| Atom (AtomImpl *pObject) |
| Atom (const Object &object) |
| Atom (const ConnectionEnd &object) |
| Atom (const FCO &object) |
Atom & | operator= (const Object &object) |
Atom & | operator= (const ConnectionEnd &object) |
Atom & | operator= (const FCO &object) |
AtomImpl * | operator-> () const |
Static Public Member Functions |
static Atom | attach (IMgaObject *spObject) |
static Atom | create (const Folder &parent, const MON::Atom &meta=MON::Atom()) |
static Atom | create (const Folder &parent, const std::string &strAtom) |
static Atom | create (const Folder &parent, const Atom &baseType, bool bAsInstance=true) |
static Atom | create (const Model &parent, const MON::Atom &meta=MON::Atom(), const std::string &strRole="") |
static Atom | create (const Model &parent, const std::string &strAtom, const std::string &strRole="") |
static Atom | create (const Model &parent, const Atom &baseType, bool bAsInstance=true, const std::string &strRole="") |
static Atom | createAs (const Model &parent, const std::string &strRole) |
Static Public Attributes |
static const ObjectType | type = OT_Atom |
static const std::string | string_type = "BON::Atom" |
static const int | inheritance_level = 1 |
Static Protected Member Functions |
static void | addDerivedKinds (const std::vector< std::string > &vecKinds) |
Detailed Description
Definition at line 313 of file BON.h.
Member Typedef Documentation
Constructor & Destructor Documentation
BON::Atom::Atom |
( |
|
) |
[inline] |
BON::Atom::Atom |
( |
const Object & |
object |
) |
|
BON::Atom::Atom |
( |
const FCO & |
object |
) |
|
Member Function Documentation
void BON::Atom::addDerivedKinds |
( |
const std::vector< std::string > & |
vecKinds |
) |
[static, protected] |
Atom BON::Atom::attach |
( |
IMgaObject * |
spObject |
) |
[static] |
Atom BON::Atom::create |
( |
const Model & |
parent, |
|
|
const Atom & |
baseType, |
|
|
bool |
bAsInstance = true , |
|
|
const std::string & |
strRole = "" | |
|
) |
| | [static] |
Atom BON::Atom::create |
( |
const Folder & |
parent, |
|
|
const Atom & |
baseType, |
|
|
bool |
bAsInstance = true | |
|
) |
| | [static] |
AtomImpl * BON::Atom::operator-> |
( |
|
) |
const |
Atom & BON::Atom::operator= |
( |
const FCO & |
object |
) |
|
Atom & BON::Atom::operator= |
( |
const Object & |
object |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: