Hi George,

I think the * is the same as 'n' in UML notation.

(1..*) should be the same as (1..n) which means 1 or more. Unbounded upper
limit.
(0..*) = (0..n) = zero or more. Unbounded upper limit.
(*) = (n) = as many as you want.

Regards

John

 -----Original Message-----
From:   george brown [mailto:[EMAIL PROTECTED]] 
Sent:   Friday, 22 December 2000 8:56
To:     [EMAIL PROTECTED]
Subject:        (ROSE) * Cardinality


Hi,
I couldn't find any info on the following in the UML user guide. Could 
someone explain that to me, please?

What is the difference between a multiplicity of (1..*) or (0..*) and (*)?
What does exactly a (*) cardinality mean?

Thanks,
George

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

************************************************************************
* 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
*
*************************************************************************
************************************************************************
* 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
*
*************************************************************************

Reply via email to