Book a Demo

Author Topic: Regarding multiplicity {NOT RESOLVED}  (Read 2727 times)

umlandC#

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Regarding multiplicity {NOT RESOLVED}
« on: November 03, 2007, 11:17:07 pm »
The following URL shows the image of the UML diagram
http://leonidusuml.blogspot.com/
Hi there,

please refer to the attach image for the UML diagram

In the Diagram

There are a few business rules:
- A Voter must at least put one Vote
- An ElectionCandidate can have zero votes
- Voter is part of a Vote and a Vote must have a Voter
- A vote must have an ElectionCandidate

The problem is i dont know the multiplicity of
relationship between the classes ElectionCandidate and Voter
is correct?

Please check weather the Fields that i have put
_Votes : Vote[0..*]

and

_Candidate : ElectionCandidate

have the correct multiplicty next to them?

PS - I USE MS VISIO 2003 PRO AS THE MODELING TOOL.

cheers
« Last Edit: November 06, 2007, 10:07:13 am by umlandC# »

jeshaw2

  • EA User
  • **
  • Posts: 701
  • Karma: +0/-0
  • I'm a Singleton, what pattern are you?
    • View Profile
Re: Regarding multiplicity between two classes!
« Reply #1 on: November 04, 2007, 02:08:08 pm »
Quote
How do i add an UML drawing to this post?
Post your image on the Share Point site Then follow the YABBC instructions on including the image in a post here.
Verbal Use Cases aren't worth the paper they are written upon.

thomaskilian

  • Guest