Author: bobtarling Date: 2011-05-07 05:46:10-0700 New Revision: 19364 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml
Log: Remove internal transitions from 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=19364&r1=19363&r2=19364 ============================================================================== --- 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-07 05:46:10-0700 @@ -2748,7 +2748,6 @@ <separator /> <attribute name="exit" type="Action" /> <list name="deferrableEvent" type="Event" label="label.deferrable" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> <list name="classifierInState" type="State" label="label.instate" /> @@ -2896,7 +2895,6 @@ <separator /> <list name="outgoing" type="Transition" /> <list name="incoming" type="Transition" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> <separator /> <list name="subvertex" type="StateVertex" /> <list name="deferrableEvent" type="Event" label="label.deferrable" /> @@ -3036,9 +3034,7 @@ <list name="doActivity" type="Action" label="label.do-activity" /> <list name="deferrableEvent" type="Event" label="label.deferrable" /> <list name="outgoing" type="Transition" /> - <list name="incoming" type="Transition" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> - + <list name="incoming" type="Transition" /> <debug /> <attribute name="visibility" type="VisibilityKind" /> <attribute name="modifiers"> @@ -3076,7 +3072,6 @@ <separator /> <list name="outgoing" type="Transition" /> <list name="incoming" type="Transition" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> <separator /> <list name="subvertex" type="StateVertex" /> @@ -3182,8 +3177,6 @@ <list name="doActivity" type="Action" label="label.do-activity" /> <separator /> <list name="incoming" type="Transition" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> - <debug /> <attribute name="outgoing" type="Transition" /> <attribute name="visibility" type="VisibilityKind" /> @@ -3614,7 +3607,6 @@ <separator /> <attribute name="exit" type="Action" /> <list name="deferrableEvent" type="Event" label="label.deferrable" /> - <list name="internalTransition" type="Transition" label="label.internal-transitions" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> <list name="classifierInState" type="State" label="label.classifier-in-state" /> @@ -3659,7 +3651,6 @@ <attribute name="partition" type="ModelElement" /> <attribute name="elementImport" type="ModelElement" /> <attribute name="exit" type="Action" /> - <attribute name="internalTransition" type="Transition" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> <attribute name="classifierInState" type="State" /> @@ -3701,7 +3692,6 @@ <attribute name="partition" type="ModelElement" /> <attribute name="elementImport" type="ModelElement" /> <attribute name="exit" type="Action" /> - <attribute name="internalTransition" type="Transition" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> <attribute name="classifierInState" type="State" /> @@ -3745,7 +3735,6 @@ <attribute name="elementImport" type="ModelElement" /> <attribute name="exit" type="Action" /> <attribute name="deferrableEvent" type="Event" /> - <attribute name="internalTransition" type="Transition" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> <attribute name="entry" type="Action" /> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2732339 To unsubscribe from this discussion, e-mail: [[email protected]].
