svn commit: r13632 - trunk/src/model/src/org/argouml/model/DataTypesFactory.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-10-03 16:41:57-0700
New Revision: 13632

Modified:
   trunk/src/model/src/org/argouml/model/DataTypesFactory.java

Log:
Document string format for Multiplicity.

Modified: trunk/src/model/src/org/argouml/model/DataTypesFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/DataTypesFactory.java?view=diff&rev=13632&p1=trunk/src/model/src/org/argouml/model/DataTypesFactory.java&p2=trunk/src/model/src/org/argouml/model/DataTypesFactory.java&r1=13631&r2=13632
==============================================================================
--- trunk/src/model/src/org/argouml/model/DataTypesFactory.java	(original)
+++ trunk/src/model/src/org/argouml/model/DataTypesFactory.java	2007-10-03 16:41:57-0700
@@ -162,7 +162,12 @@
      * Create a MultiplicityRange from a string.
      * 
      * @since UML 1.4
-     * @param str the string definition of the range
+     * @param str
+     *                the string definition of the range. The string has the
+     *                form <code>lower..upper</code> where <code>lower</code>
+     *                and <code>upper</code> are non-negative integers are the
+     *                asterisk character (*) representing "unlimited". The
+     *                string "*" is equivalent to "0..*".
      * @return MultiplicityRange A multiplicity range
      */
     public Object createMultiplicityRange(String str);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.