svn commit: r17257 - trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java

Bob Tarling <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2009-08-10 15:41:50-0700
New Revision: 17257

Modified:
   trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java

Log:
Provide implementation to allow extend and include to draw in use case

Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java?view=diff&pathrev=17257&r1=17256&r2=17257
==============================================================================
--- trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java	(original)
+++ trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java	2009-08-10 15:41:50-0700
@@ -199,8 +199,7 @@
     }
 
     public Object getAddition(Object handle) {
-        throw new NotYetImplementedException();
-
+        return ((Include) handle).getAddition();
     }
 
     public Object getAggregation(Object handle) {
@@ -496,7 +495,7 @@
     }
 
     public Object getCondition(Object handle) {
-        throw new NotYetImplementedException();
+        return ((Extend) handle).getCondition();
     }
 
     public Collection getConnections(Object handle) {

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

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.