svn commit: r19744 - trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
[email protected] Sun, 9 Oct 2011 03:09:57 -0700 (PDT)
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2011-10-09 03:09:57-0700
New Revision: 19744
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Log:
Comments only.
Corrected comments.
BTW: These functions do not belong in this class.
Modified: trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/Facade.java?view=diff&pathrev=19744&r1=19743&r2=19744
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/Facade.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/Facade.java 2011-10-09 03:09:57-0700
@@ -335,50 +335,50 @@
boolean isACallAction(Object handle);
/**
- * Recognizer for Message or sort ASynchCall.
+ * Recognizer for Message of sort ASynchCall.
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with an asynchronous CallAction
*/
boolean isAASynchCallMessage(Object handle);
/**
- * Recognizer for Message or sort ASynchSignal.
+ * Recognizer for Message of sort ASynchSignal.
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with an asynchronous SendAction
*/
boolean isAASynchSignalMessage(Object handle);
/**
- * Recognizer for Message or sort Delete.
+ * Recognizer for Message of sort Delete.
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with a DestroyAction
*/
boolean isADeleteMessage(Object handle);
/**
- * Recognizer for Message or sort Create
+ * Recognizer for Message of sort Create
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with a CreateAction
*/
boolean isACreateMessage(Object handle);
/**
- * Recognizer for Message or sort SynchCall.
+ * Recognizer for Message of sort SynchCall.
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with a synchronous CallAction
*/
boolean isASynchCallMessage(Object handle);
/**
- * Recognizer for Message or sort Reply.
+ * Recognizer for Message of sort Reply.
*
* @param handle candidate
- * @return true if handle is a CallAction
+ * @return true if handle is a Message with a ReturnAction
*/
boolean isAReplyMessage(Object handle);
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2851846
To unsubscribe from this discussion, e-mail: [[email protected]].