Object Oriented Software Engineering   View all facts   Glossary   Help
subject > multiplicity
Next subjectnote    Upsubject    Previous subjectmilestone   

multiplicity comparison table
Subject have example require be write as is a kind of indicate that draw as mean
default multiplicity a symbol to be drawn in a UML diagramone in a UML diagrama specific positive integer or as several multiplicity values or ranges separated by commasmultiplicity in a UML diagram a range separated by two dots (e.g. 2..3) in a UML class diagram 
interval1..3, 0..*, 1..* as least restrictive as possible so as not to reduce the flexibility of the systemtwo dots between the lower and upper boundmultiplicity a range separated by two dots (e.g. 2..3) in a UML class diagram 
many  as least restrictive as possible so as not to reduce the flexibility of the systema specific positive integer or as several multiplicity values or ranges separated by commasmultiplicity a star in a UML diagramany integer greater than or equal to zero
one  as least restrictive as possible so as not to reduce the flexibility of the systema specific positive integer or as several multiplicity values or ranges separated by commasmultiplicitythat there must be exactly one instance linked to each object at the other end of the association in a UML diagrama range separated by two dots (e.g. 2..3) in a UML class diagram 
optional  as least restrictive as possible so as not to reduce the flexibility of the system0..1multiplicity a range separated by two dots (e.g. 2..3) in a UML class diagramthere can be either zero or one object linked to an object at the other end of the association

Next subjectnote    Upsubject    Previous subjectmilestone