Skip to content

Commit 4636f70

Browse files
committed
Merge branch 'brigita_review' of git@github.com:lmichel/MANGO.git into brigita_review
2 parents 2276f4a + 3a09d50 commit 4636f70

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

doc/model.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ \section{Model: mango }
402402
\textbf{vodml-id: MangoObject.mangoObjects} \newline
403403
\textbf{type: \hyperref[sect:AssociatedMangoObject]{mango:AssociatedMangoObject}} \newline
404404
\textbf{multiplicity: 0..*} \newline
405-
Abstract reference to a particular dataset associated to the MANGO entity. This class is used to specify the type of the associated dataset as well as its role.
405+
Reference to particular datasets (\texttt{mango:MangoObject} instances) that are associated with the MANGO object via \texttt{mango:AssociatedMangoObject} instances.
406406

407407
\subsubsection{MangoObject.queryOrigin}
408408
\textbf{vodml-id: MangoObject.queryOrigin} \newline

doc/model_toc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ \section{Model: mango}
2323
\textbf{vodml-id: MangoObject.mangoObjects} \newline
2424
\textbf{type: \hyperref[sect:AssociatedMangoObject]{mango:AssociatedMangoObject}} \newline
2525
\textbf{multiplicity: 0..*} \newline
26-
Abstract reference to a particular dataset associated to the MANGO entity. This class is used to specify the type of the associated dataset as well as its role.
26+
Reference to particular datasets (\texttt{mango:MangoObject} instances) that are associated with the MANGO object via \texttt{mango:AssociatedMangoObject} instances.
2727

2828
\subsubsection{MangoObject.queryOrigin}
2929
\textbf{vodml-id: MangoObject.queryOrigin} \newline

vo-dml/desc.mango.vo-dml.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ The format is free.</description>
228228
<reference>
229229
<vodml-id>MangoObject.mangoObjects</vodml-id>
230230
<name>mangoObjects</name>
231-
<description>Abstract reference to a particular dataset associated to the MANGO entity.
232-
This class is used to specify the type of the associated dataset as well as its role.</description>
231+
<description>Reference to particular datasets (\texttt{mango:MangoObject} instances) that are associated with
232+
the MANGO object via \texttt{mango:AssociatedMangoObject} instances.
233+
</description>
233234
<datatype>
234235
<vodml-ref>mango:AssociatedMangoObject</vodml-ref>
235236
</datatype>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Abstract reference to a particular dataset associated to the MANGO entity.
2-
This class is used to specify the type of the associated dataset as well as its role.
1+
Reference to particular datasets (\texttt{mango:MangoObject} instances) that are associated with
2+
the MANGO object via \texttt{mango:AssociatedMangoObject} instances.

0 commit comments

Comments
 (0)