[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide DefiningaModel.tex,1.12,1.13
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-28 07:28:54
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1:/tmp/cvs-serv12687/doc/UserGuide Modified Files: DefiningaModel.tex Log Message: Removed the constraint on to-many relationships for which an inverse to-one relationship had to be defined. Index: DefiningaModel.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/DefiningaModel.tex,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** DefiningaModel.tex 17 Jul 2003 13:49:32 -0000 1.12 --- DefiningaModel.tex 28 Jul 2003 07:08:00 -0000 1.13 *************** *** 697,707 **** \subsection{Designing relationships \label{design-rels}} ! \strong{Warning}: For the moment, ! toMany relationships are required to have inverse (toOne) relationships defined in the ! model. This constraint will be removed sometime in the future. ! ! ! A relationship and its inverse relationship define an association. ! Associations can be of the three kinds, with the following constraints: \begin{description} --- 697,704 ---- \subsection{Designing relationships \label{design-rels}} ! A relationship and its inverse relationship (when defined) define an ! association. If a relationship has no inverse, the corresponding association ! is said to be uni-directional, otherwise it is bi-directional. Associations ! can be of the three kinds, with the following constraints: \begin{description} *************** *** 775,786 **** \method{CustomObject.inverseForRelationshipKey()} documentation string. - \begin{notice}[note] - \strong{Inheritance issue}: when an entity inherits from an other one, the - ZModelization tool will not show you any inverse relationships for the - inherited relationships. This is normal and no particular action has to be - done (except verifying that the parent entity defining the relationship - does show some inverse relationship. For further details about inheritance - and how it should be modeled, see \ref{design-inheritance}. - \end{notice} --- 772,775 ---- |