Author: tfmorris Date: 2008-04-18 21:59:54-0700 New Revision: 14391 Modified: trunk/src/model/src/org/argouml/model/CollaborationsHelper.java
Log: Javadoc cleanup Modified: trunk/src/model/src/org/argouml/model/CollaborationsHelper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/CollaborationsHelper.java?view=diff&rev=14391&p1=trunk/src/model/src/org/argouml/model/CollaborationsHelper.java&p2=trunk/src/model/src/org/argouml/model/CollaborationsHelper.java&r1=14390&r2=14391 ============================================================================== --- trunk/src/model/src/org/argouml/model/CollaborationsHelper.java (original) +++ trunk/src/model/src/org/argouml/model/CollaborationsHelper.java 2008-04-18 21:59:54-0700 @@ -295,10 +295,10 @@ /** * Set the context of an interaction. * - * @param handle The element. - * @param col The context to set. + * @param interaction The interaction. + * @param context The collaboration to set as the context. */ - void setContext(Object handle, Object col); + void setContext(Object interaction, Object context); /** * Set the successors of a message. @@ -309,7 +309,7 @@ void setSuccessors(Object handle, Collection messages); /** - * Set the collection of predecessing messages. + * Set the collection of predecessor messages. * * @param handle Message * @param predecessors Collection of Messages @@ -341,7 +341,7 @@ void setSender(Object handle, Object sender); /** - * Additionnal support for interactions. + * Remove an Interaction from a Collaboration. * * @param collab The collaboration. * @param interaction The interaction. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
