Author: bobtarling Date: 2011-05-20 04:17:48-0700 New Revision: 19474 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml
Log: Adjust Transitions panel for UML2 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml?view=diff&pathrev=19474&r1=19473&r2=19474 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml (original) +++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml 2011-05-20 04:17:48-0700 @@ -2855,12 +2855,12 @@ </panel> <panel name="Transition"> <text name="name" type="Name" /> - <singlerow name="stateMachine" type="StateMachine" /> - <singlerow name="state" type="Transition" /> - <separator /> <singlerow name="source" type="StateVertex" /> <singlerow name="target" type="StateVertex" /> + <separator /> <singlerow name="trigger" type="CallEvent,ChangeEvent,SignalEvent,TimeEvent" new="true" /> + <singlerow name="guard" type="CallEvent,ChangeEvent,SignalEvent,TimeEvent" new="true" /> + <singlerow name="effect" type="CallEvent,ChangeEvent,SignalEvent,TimeEvent" new="true" /> <debug /> <attribute name="visibility" type="VisibilityKind" /> <attribute name="modifiers"> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2742266 To unsubscribe from this discussion, e-mail: [[email protected]].
