svn commit: r18583 - trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2010-07-26 15:57:15-0700
New Revision: 18583

Modified:
   trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java

Log:
InputPin and OutputPin getters

Modified: trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java?view=diff&pathrev=18583&r1=18582&r2=18583
==============================================================================
--- trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java	(original)
+++ trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/MetaTypesMDRImpl.java	2010-07-26 15:57:15-0700
@@ -420,6 +420,10 @@
         return Include.class;
     }
 
+    public Object getInputPin() {
+        throw new NotImplementedException("Not a UML1.4 element");
+    }
+
     public Object getInstance() {
         return Instance.class;
     }
@@ -476,6 +480,10 @@
         return Operation.class;
     }
 
+    public Object getOutputPin() {
+        throw new NotImplementedException("Not a UML1.4 element");
+    }
+
     public Object getPackage() {
         return UmlPackage.class;
     }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2638378

To unsubscribe from this discussion, e-mail: [[email protected]].
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.