[commit] r1950 - trunk/Doc/GME Manual and User Guide

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Jun 29 10:10:44 CDT 2012


Author: ksmyth
Date: Fri Jun 29 10:10:44 2012
New Revision: 1950

Log:
Try to clarify that parts methods are non-recursive

Modified:
   trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.pdf
   trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.xml

Modified: trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.pdf
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.xml
==============================================================================
--- trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.xml	Fri Jun 29 10:10:33 2012	(r1949)
+++ trunk/Doc/GME Manual and User Guide/GME Manual and User Guide.xml	Fri Jun 29 10:10:44 2012	(r1950)
@@ -13131,7 +13131,7 @@
 gme::Model::referenceParts( kind : ocl::Type ) : ocl::Set( gme::Reference ) 
 gme::Model::setParts( kind : ocl::Type ) : ocl::Set( gme::Set ) 
 gme::Model::parts( kind : ocl::Type ) : ocl::Set( gme::FCO ) </programlisting>These
-          methods return a <code>set</code> which contains the immediate children of the model. ("part" here is not consistent with other uses in GME)</para>
+          methods return a <code>set</code> which contains the immediate children of the model.</para>
 
           <para>For these methods we can specify a role name, which is the
           containment role of the object as it is contained by the model. This


More information about the gme-commit mailing list