#include <MON.h>
Public Member Functions | |
FCO () | |
FCO (ObjectImpl *pObject) | |
FCO (const MetaObject &object) | |
FCO & | operator= (const MetaObject &object) |
FCOPtr | getFCOI () const |
std::set< Containment > | parentContainments () const |
std::set< Model > | parentModels () const |
bool | isModelParent (const Model &model) const |
std::set< ConnectionEnd > | connectionEnds () const |
std::set< ConnectionRole > | targetOf () const |
bool | isTargetOf (const ConnectionRole &role) const |
std::set< ReferenceAssociation > | referenceAssociations () const |
std::set< Reference > | referencedBy () const |
bool | isReferencedBy (const Reference &reference) const |
std::set< SetMembership > | setMemberships () const |
std::set< Set > | memberOf () const |
bool | isMemberOf (const Set &reference) const |
std::set< AttributeAggregation > | attributeAggregations () const |
std::set< Attribute > | attributes (bool bLocalsAlso=true) const |
std::set< Attribute > | localAttributes () const |
bool | hasAttribute (const Attribute &attribute, bool bLocalsAlso=true) const |
Definition at line 217 of file MON.h.
FCO::FCO | ( | ObjectImpl * | pObject | ) |
FCO::FCO | ( | const MetaObject & | object | ) |
std::set< AttributeAggregation > FCO::attributeAggregations | ( | ) | const |
std::set< Attribute > FCO::attributes | ( | bool | bLocalsAlso = true |
) | const |
std::set< ConnectionEnd > FCO::connectionEnds | ( | ) | const |
bool FCO::hasAttribute | ( | const Attribute & | attribute, | |
bool | bLocalsAlso = true | |||
) | const |
bool FCO::isReferencedBy | ( | const Reference & | reference | ) | const |
bool FCO::isTargetOf | ( | const ConnectionRole & | role | ) | const |
FCO & FCO::operator= | ( | const MetaObject & | object | ) |
Reimplemented from MON::Object.
Reimplemented in MON::Atom, MON::Model, MON::Connection, MON::Set, and MON::Reference.
std::set< Containment > FCO::parentContainments | ( | ) | const |
std::set< ReferenceAssociation > FCO::referenceAssociations | ( | ) | const |
std::set< SetMembership > FCO::setMemberships | ( | ) | const |
std::set< ConnectionRole > FCO::targetOf | ( | ) | const |