Hi
I have two questions for the forum.
Q1:
I am interested to see how the following code would be modelled in Rose.
The issue I am thinking off is the relationship between the parametrized
class Waiting queue and the parameter Patient.
template <class Element>
class WatingQueue {
...
public:
void add( <Element>* i );
void remove (<Element>* i);
...
}
class Patient;
...
WatingQueue<Patient> WaitingRoom;
Q2:
Can anyone also point out the MUST magazines, journals whithin Visual
modelling/UML and OO.
Best regards
Thor
Kogun
Iceland
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************