svn commit: r18581 - trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-07-26 15:57:07-0700
New Revision: 18581
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java
Log:
InputPin and OutputPin getters
Modified: trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java?view=diff&pathrev=18581&r1=18580&r2=18581
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/MetaTypes.java 2010-07-26 15:57:07-0700
@@ -337,6 +337,11 @@
Object getInclude();
/**
+ * @return Returns the InputPin.
+ */
+ Object getInputPin();
+
+ /**
* @return Returns the Instance.
*/
Object getInstance();
@@ -405,6 +410,11 @@
* @return Returns the Operation.
*/
Object getOperation();
+
+ /**
+ * @return Returns the OutputPin.
+ */
+ Object getOutputPin();
/**
* @return Returns the Package.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2638376
To unsubscribe from this discussion, e-mail: [[email protected]].