#include <A_stereotype_extendedElement.hpp>
Inheritance diagram for UML::A_stereotype_extendedElement:
Public Types | |
typedef OMF::BasicLink< UML::Stereotype, UML::ModelElement > | Link |
Public Member Functions | |
virtual | ~A_stereotype_extendedElement () |
void | add (UML::Stereotype *stereotype, UML::ModelElement *extendedElement) |
void | remove (UML::Stereotype *stereotype, UML::ModelElement *extendedElement) |
void | add (OMF::ModelObject *first, OMF::ModelObject *second) |
void | remove (OMF::ModelObject *first, OMF::ModelObject *second) |
const std::string & | name () const |
const LinkSet & | links () const |
bool | exists (ModelObject *end1, ModelObject *end2) const |
Link * | find (ModelObject *end1, ModelObject *end2) const |
Static Public Member Functions | |
A_stereotype_extendedElement & | instance (const std::string &name="") |
Protected Member Functions | |
A_stereotype_extendedElement () | |
Association & | init (const std::string &name) |
void | addLink (Link *link) |
void | removeLink (Link *link) |
|
|
|
|
|
|
|
Add a link to the link set. Reimplemented from OMF::Association.
|
|
|
|
Used to internally add a newly created link object. |
|
Check for link existence. |
|
Find the link between the two objects. |
|
Called to initialize the association. |
|
|
|
Return all the links. |
|
Return the name of the association. |
|
Remove a link from the link set. Reimplemented from OMF::Association.
|
|
|
|
Used to internally remove a link object. |