#include <MONImpl.h>
Public Member Functions | |
~ContainmentImpl () | |
ContainmentPtr | getContainmentI () const |
ModelImpl * | getParent () const |
FCOImpl * | getChild () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Static Public Member Functions | |
static ContainmentImpl * | attach (IMgaMetaRole *spRole) |
Friends | |
class | ProjectImpl |
class | ObjectImpl |
class | ContainmentPartImpl |
Definition at line 521 of file MONImpl.h.
MON::ContainmentImpl::~ContainmentImpl | ( | ) |
Definition at line 1237 of file MONImpl.cpp.
ContainmentImpl * MON::ContainmentImpl::attach | ( | IMgaMetaRole * | spRole | ) | [static] |
Definition at line 1232 of file MONImpl.cpp.
FCOImpl * MON::ContainmentImpl::getChild | ( | ) | const |
Definition at line 1257 of file MONImpl.cpp.
ContainmentPtr MON::ContainmentImpl::getContainmentI | ( | ) | const |
Definition at line 1241 of file MONImpl.cpp.
std::string MON::ContainmentImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const [virtual] |
Implements MON::ObjectImpl.
Definition at line 1267 of file MONImpl.cpp.
ModelImpl * MON::ContainmentImpl::getParent | ( | ) | const |
Definition at line 1247 of file MONImpl.cpp.
friend class ContainmentPartImpl [friend] |
Reimplemented from MON::ObjectImpl.
friend class ObjectImpl [friend] |
friend class ProjectImpl [friend] |
Reimplemented from MON::ObjectImpl.