|
Public Types |
typedef OMF::BasicLink< UML::Stimulus,
UML::Link > | Link |
Public Member Functions |
virtual | ~A_stimulus_communicationLink () |
void | add (UML::Stimulus *stimulus, UML::Link *communicationLink) |
void | remove (UML::Stimulus *stimulus, UML::Link *communicationLink) |
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_stimulus_communicationLink & | instance (const std::string &name="") |
Protected Member Functions |
| A_stimulus_communicationLink () |
Association & | init (const std::string &name) |
void | addLink (Link *link) |
void | removeLink (Link *link) |