Posts

Attention! A more recent version of the EA Navigator is currently available.
See EA Navigator Downloads

A new feature has been added to the EA Navigator to navigate from an Operation to the Behavior set as its Method.
In my previous post UML Best Practice: One Operation = One Sequence diagram I explained how to set a behavior as the implementation of an operation in Enterprise Architect.

This feature is also available from Message context menu

Selecting the Implementation option will find the Behavior (Interaction, Activity or StateMachine) element that has been set as the Behavior of the operation

and select that element in the project browser.… Read more

Attention! A more recent version of the EA Navigator is currently available.
See EA Navigator Downloads

A new feature has been added to the EA Navigator to navigate from an Operation to all the CallOperationActions that call this operation.

The Calling Actions menu option will show all CallOperationActions that call the selected operation

Downloads

More Information

More information about the EA Navigator add-in for Enterprise Architect can be found here:

Read more

In previous posts I talked about Creating and Testing your Enterprise Architect C# add-in, and how to use the C# add-in template to speed up the development process.

Once created and tested you’ll probably want to install and use the add-in on other computers then your development machine. This tutorial explains how to create an MSI installer package using the open source SharpDevelop and WiX software.

The reason I’m using SharpDevelop as opposed to Visual Studio C# Express is because SharpDevelop is free and open source, and Visual Studio C# Express doesn’t allow to create setup projects, or attach to a running process to debug your add-in.… Read more