svn commit: r12812 - trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-06-10 08:58:51-0700
New Revision: 12812

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

Log:
Add a couple of basic creates

Modified: trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java?view=diff&rev=12812&p1=trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java&p2=trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java&r1=12811&r2=12812
==============================================================================
--- trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java	(original)
+++ trunk/src/model-euml/src/org/argouml/model/euml/CollaborationsFactoryEUMLImpl.java	2007-06-10 08:58:51-0700
@@ -28,6 +28,7 @@
 
 import org.argouml.model.AbstractModelFactory;
 import org.argouml.model.CollaborationsFactory;
+import org.eclipse.uml2.uml.UMLFactory;
 
 /**
  * Eclipse UML2 implementation of CollaborationsFactory.
@@ -115,8 +116,7 @@
     }
 
     public Object createCollaboration() {
-        // TODO Auto-generated method stub
-        return null;
+        return UMLFactory.eINSTANCE.createCollaboration();
     }
 
     public Object createCollaborationInstanceSet() {
@@ -125,8 +125,7 @@
     }
 
     public Object createInteraction() {
-        // TODO Auto-generated method stub
-        return null;
+        return UMLFactory.eINSTANCE.createInteraction();
     }
 
     public Object createInteractionInstanceSet() {
@@ -135,8 +134,7 @@
     }
 
     public Object createMessage() {
-        // TODO Auto-generated method stub
-        return null;
+        return UMLFactory.eINSTANCE.createMessage();
     }
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.