Both end of a relation can have either the multiplicity oneor the
multiplicity many. In the model space only a single property determines
the multiplicity of a relation that holds the multiplicity information for
both ends.
The interpretation of multiplicity kinds in VPM are
one_to_one: for each source element at most one target
element can be in relation, and for each target element at most one source
element can be in relation for each instance of the relation,
one_to_many: for each target element at most one source
element can be in relation each instance of the relation,
many_to_one: for each source element at most one target
element can be in relation for each instance of the relation
many_to_many: an arbitrary number of source and target
elements can be in relation.
The default value of a multiplicity is many_to_many .
|