Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv27061/Modeling/doc/UserGuide
Modified Files:
DefiningaModel.tex
Log Message:
Added templates for documentation of PyModel-association, relationship, RToOne, RToMany
Index: DefiningaModel.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/DefiningaModel.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** DefiningaModel.tex 26 Aug 2003 20:04:58 -0000 1.26
--- DefiningaModel.tex 26 Aug 2003 20:25:45 -0000 1.27
***************
*** 1004,1023 ****
\subsection{Association\label{pymodel-association-props}}
! tbd.
%%
\subsection{Relationship\label{pymodel-relationship-props}}
! tbd.
%%
\subsubsection{RToOne\label{pymodel-relationship-props-toone}}
! tbd.
%%
\subsubsection{RToMany\label{pymodel-relationship-props-tomany}}
! tbd.
--- 1004,1058 ----
\subsection{Association\label{pymodel-association-props}}
! \begin{longtableiv}{p{3cm}p{1.5cm}p{4cm}p{5.5cm}}{code}{Prop.}{Type}{Default}{Comment}
! \lineiv{multiplicity}{\code{~}}{~}{~}
! \lineiv{relations}{\code{~}}{~}{~}
! \lineiv{keys}{\code{~}}{~}{~}
! \lineiv{delete}{\code{~}}{~}{~}
! \lineiv{isClassProperty}{\code{~}}{~}{~}
! \lineiv{joinSemantic}{\code{~}}{~}{~}
! \lineiv{displayLabel}{\code{~}}{~}{~}
! \lineiv{doc}{\code{~}}{~}{~}
! \end{longtableiv}
%%
\subsection{Relationship\label{pymodel-relationship-props}}
! \begin{longtableiv}{p{3cm}p{1.5cm}p{4cm}p{5.5cm}}{code}{Prop.}{Type}{Default}{Comment}
! \lineiv{name}{\code{string}}{\emph{no default}}{The \code{name} is the only
! mandatory arguments when instanciating a \class{APrimaryKey}. Once set, it
! should not be changed}
! \lineiv{delete}{\code{~}}{~}{~}
! \lineiv{isClassProperty}{\code{~}}{~}{~}
! \lineiv{multiplicity}{\code{~}}{~}{~}
! \lineiv{joinSemantic}{\code{~}}{~}{~}
! \lineiv{src}{\code{~}}{~}{~}
! \lineiv{dst}{\code{~}}{~}{~}
! \lineiv{displayLabel}{\code{~}}{~}{~}
! \lineiv{doc}{\code{~}}{~}{~}
! \lineiv{inverse}{\code{~}}{~}{~}
! \end{longtableiv}
!
%%
\subsubsection{RToOne\label{pymodel-relationship-props-toone}}
! \begin{longtableiv}{p{3cm}p{1.5cm}p{4cm}p{5.5cm}}{code}{Prop.}{Type}{Default}{Comment}
! \lineiv{name}{\code{string}}{\emph{no default}}{The \code{name} is the only
! mandatory arguments when instanciating a \class{APrimaryKey}. Once set, it
! should not be changed}
! \lineiv{multiplicity}{\code{~}}{~}{~}
! \lineiv{joinSemantic}{\code{~}}{~}{~}
! \end{longtableiv}
%%
\subsubsection{RToMany\label{pymodel-relationship-props-tomany}}
! \begin{longtableiv}{p{3cm}p{1.5cm}p{4cm}p{5.5cm}}{code}{Prop.}{Type}{Default}{Comment}
! \lineiv{name}{\code{string}}{\emph{no default}}{The \code{name} is the only
! mandatory arguments when instanciating a \class{APrimaryKey}. Once set, it
! should not be changed}
! \lineiv{multiplicity}{\code{}}{}{}
! \lineiv{joinSemantic}{\code{}}{}{}
! \end{longtableiv}
|