Obaid Salikeen wrote:
i am basically trying to add a new king of Action (like CallAction) in the sequence diagram. the only thing which bother me is MetaModel for UML1.4 (xmi file). all the actions for Sequence Diagram (Call Action,ReturnAction,DestroyAction,..) are confirmed with the uml1.4 XMI file. if you add a new Action, it seems that some contents must be added to UML1.4 XMI file so that the new added action is valid, which dosent look good. is there some other way to add a new Action without disturbing the XMI file?? Obaid Salikeen
Hello Obaid,
you may add a stereotype to a CallAction or ReturnAction to have your specific Action in the XMI. Stereotypes and TaggedValues are the standard way to customize and extend the UML Metamodel. Luis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
