(no commit message)
authorm.geoffroy <m.geoffroy@localhost>
Tue, 1 Jul 2008 09:48:25 +0000 (09:48 +0000)
committerm.geoffroy <m.geoffroy@localhost>
Tue, 1 Jul 2008 09:48:25 +0000 (09:48 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/parser/INonViralNameParser.java

index 603939f0915204ef502df3625f9aae1839166cc0..5059b0c2e77449ace969599290b23276cd594dc8 100644 (file)
@@ -49,7 +49,7 @@ public interface INonViralNameParser<T extends TaxonNameBase> extends IStrategy
         * If the String is not parseable the "hasProblem" bit is set to true.\r
         * Returns null if fullName == null.\r
         * \r
-        * @param fullName the string containing the scientific name with authorship, year, reference etc.,\r
+        * @param fullName the string containing the scientific name with authorship but without year, reference etc.\r
         * @return TaxonNameBase, with rank = Rank.GENUS for all Uninomials. \r
         */\r
        public T parseFullName(String fullName);\r
@@ -59,7 +59,7 @@ public interface INonViralNameParser<T extends TaxonNameBase> extends IStrategy
         * If the String is not parseable the "hasProblem" bit is set to true.\r
         * Returns null if fullName == null.\r
         * \r
-        * @param fullName the string containing the scientific name with authorship, year, reference etc.,\r
+        * @param fullName the string containing the scientific name with authorship but without year, reference etc.\r
         * @param rank\r
         * @return TaxonNameBase name, with name.rank = rank for all Uninomials and name.rank = Rank.GENUS for rank = null  \r
         */\r
@@ -72,20 +72,20 @@ public interface INonViralNameParser<T extends TaxonNameBase> extends IStrategy
         * If the String is not parseable the "hasProblem" bit is set to true.\r
         * No change is done to nameToBeFilled if fullName == null.\r
         * \r
-        * @param fullName The string containing the scientific name with authorship, year, reference etc.,\r
+        * @param fullName the string containing the scientific name with authorship but without year, reference etc.\r
         * @param rank\r
         * @param nameToBeFilled The TaxonNameBaseToBeFilled\r
         */\r
        public void parseFullName(T nameToBeFilled, String fullName, Rank rank, boolean makeEmpty);\r
 \r
        /**\r
-        * @param fullReference\r
+        * @param fullReference the string containing the scientific name with authorship, year, reference etc.\r
         * @return\r
         */\r
        public T parseFullReference(String fullReference);\r
        \r
        /**\r
-        * @param fullReference\r
+        * @param fullReference the string containing the scientific name with authorship, year, reference etc.\r
         * @param nomCode\r
         * @param rank\r
         * @return\r
@@ -94,7 +94,7 @@ public interface INonViralNameParser<T extends TaxonNameBase> extends IStrategy
 \r
        /**\r
         * @param nameToBeFilled\r
-        * @param fullReference\r
+        * @param fullReference the string containing the scientific name with authorship, year, reference etc.\r
         * @param rank\r
         * @param makeEmpty\r
         */\r