#include <A_presentation_subject.hpp>
Inheritance diagram for UML::A_presentation_subject:
Public Types | |
typedef OMF::BasicLink< UML::PresentationElement, UML::ModelElement > | Link |
Public Member Functions | |
virtual | ~A_presentation_subject () |
void | add (UML::PresentationElement *presentation, UML::ModelElement *subject) |
void | remove (UML::PresentationElement *presentation, UML::ModelElement *subject) |
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_presentation_subject & | instance (const std::string &name="") |
Protected Member Functions | |
A_presentation_subject () | |
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. |