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