#include <MONImpl.h>
Definition at line 86 of file MONImpl.h.
typedef std::map<std::string,ObjectImpl*> MON::ProjectImpl::Name2ObjectMap |
typedef std::set<ObjectImpl*> MON::ProjectImpl::ObjectSet |
typedef std::map<ProjectPtr,ProjectImpl*> MON::ProjectImpl::ProjectMap |
typedef std::map<long,ObjectImpl*> MON::ProjectImpl::Ref2ObjectMap |
typedef std::map<int,ObjectSet> MON::ProjectImpl::Type2ObjectsMap |
MON::ProjectImpl::~ProjectImpl | ( | ) |
Definition at line 585 of file MONImpl.cpp.
ProjectImpl * MON::ProjectImpl::attach | ( | IMgaMetaProject * | pProject | ) | [static] |
Definition at line 76 of file MONImpl.cpp.
ObjectImpl * MON::ProjectImpl::findByName | ( | const std::string & | strName | ) | const |
Definition at line 704 of file MONImpl.cpp.
ObjectImpl * MON::ProjectImpl::findByRef | ( | long | lRelID | ) | const |
Definition at line 699 of file MONImpl.cpp.
const std::set< AttributeAggregationImpl * > & MON::ProjectImpl::getAttributeAggregations | ( | ) | const |
Definition at line 674 of file MONImpl.cpp.
std::string MON::ProjectImpl::getAuthor | ( | ) | const |
Definition at line 630 of file MONImpl.cpp.
std::string MON::ProjectImpl::getComment | ( | ) | const |
Definition at line 637 of file MONImpl.cpp.
const std::set< ConnectionEndImpl * > & MON::ProjectImpl::getConnectionEnds | ( | ) | const |
Definition at line 689 of file MONImpl.cpp.
std::string MON::ProjectImpl::getCreationTime | ( | ) | const |
Definition at line 644 of file MONImpl.cpp.
std::string MON::ProjectImpl::getDisplayedName | ( | ) | const |
Definition at line 623 of file MONImpl.cpp.
const std::set< FolderContainmentImpl * > & MON::ProjectImpl::getFolderContainments | ( | ) | const |
Definition at line 669 of file MONImpl.cpp.
std::string MON::ProjectImpl::getInfoString | ( | bool | bWithIdentifiers = false |
) | const |
Definition at line 656 of file MONImpl.cpp.
const std::set< ModelInAspectImpl * > & MON::ProjectImpl::getModelInAspects | ( | ) | const |
Definition at line 694 of file MONImpl.cpp.
std::string MON::ProjectImpl::getName | ( | ) | const |
Definition at line 616 of file MONImpl.cpp.
const ProjectImpl::ObjectSet & MON::ProjectImpl::getObjects | ( | ObjectType | eType | ) | const |
Definition at line 664 of file MONImpl.cpp.
ProjectPtr MON::ProjectImpl::getProjectI | ( | ) | const |
Definition at line 611 of file MONImpl.cpp.
const std::set< ReferenceAssocImpl * > & MON::ProjectImpl::getReferenceAssocs | ( | ) | const |
Definition at line 679 of file MONImpl.cpp.
FolderImpl * MON::ProjectImpl::getRootFolder | ( | ) | const |
Definition at line 651 of file MONImpl.cpp.
const std::set< SetMembershipImpl * > & MON::ProjectImpl::getSetMemberships | ( | ) | const |
Definition at line 684 of file MONImpl.cpp.
bool MON::ProjectImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 606 of file MONImpl.cpp.