Author: bobtarling
Date: 2010-07-24 15:16:02-0700
New Revision: 18564
Modified:
trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/UmlFactoryEUMLImpl.java
Log:
Allow ObjectFlow between ObjectNode and Action
Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/UmlFactoryEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/UmlFactoryEUMLImpl.java?view=diff&pathrev=18564&r1=18563&r2=18564
==============================================================================
--- trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/UmlFactoryEUMLImpl.java (original)
+++ trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/UmlFactoryEUMLImpl.java 2010-07-24 15:16:02-0700
@@ -162,6 +162,7 @@
{ControlFlow.class, ExecutableNode.class, },
{ControlFlow.class, ControlNode.class, ExecutableNode.class, },
{ObjectFlow.class, ObjectNode.class, },
+ {ObjectFlow.class, ObjectNode.class, Action.class, },
// {Message.class, ClassifierRole.class },
};
@@ -318,7 +319,7 @@
} else if (elementType == metaTypes.getDataStoreNode()) {
o = UMLFactory.eINSTANCE.createDataStoreNode();
} else if (elementType == metaTypes.getExpansionNode()) {
- o = UMLFactory.eINSTANCE.createDataStoreNode();
+ o = UMLFactory.eINSTANCE.createExpansionNode();
} else if (elementType == metaTypes.getAcceptEventAction()) {
o = UMLFactory.eINSTANCE.createAcceptEventAction();
} else if (elementType == metaTypes.getSendSignalAction()) {
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637756
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.