Metadata modeling: Difference between revisions

Content deleted Content added
A figure cannot visualize! Changed to 'illustrated'
ditto.
Line 37:
[[Image:Mm37.gif|thumb|Fig.7 Multiplicity]]
[[Image:Mm38.gif|thumb|Fig.8 Example multiplicity]]
Except name and name direction, an association can have more characteristics. With [[Multiplicity (mathematics)|multiplicity]] one can state how many objects of a certain concept can be connected across an instance of an association. Multiplicity is visualized by using the following expressions: (1) for exactly one, (0..1) for one or zero, (0..*) for zero or more, (1..*) for one or more, or for example (5) for an exact number. In Figure 7 association with multiplicity is visualizedillustrated.
 
An example of multiplicity is represented in Figure 8. It is the same example as in Figure 6, only the multiplicity values are added. The figure reads as ‘exactly one SURVEY DESCRIPTION describes exactly one USE CASE MODEL’. This implies that a SURVEY DESCRIPTION cannot describe zero or more than one USE CASE MODEL and a USE CASE MODEL cannot be described by zero or more than one SURVEY DESCRIPTIONS.