Questions tagged [enterprise-architect]

Enterprise Architect is a UML analysis and design tool by Sparx Systems. It covers aspects of software, business and systems modeling and design and is suitable for requirements gathering through analysis, design, construction, build, debug, simulation, testing, change management and maintenance to implementation, with full traceability. Use the tag "enterprise" if you try to tag general enterprise architecture.

Enterprise Architect refers to the UML modeling tool created by Sparx Systems.


More resources:

1321 questions
-1
votes
1 answer

creating the addins in EA

We are creating the addin for EA.So is there any Prerequisites for creating the addin for EA 12.1 that it should be created using Visual studio 2013 ultimate. Or Can the addins for EA 12.1 can also be created in the Visual studio 2013 community…
Manu V
  • 139
  • 8
-1
votes
1 answer

How to store the template files in EA

We have one dock window created in EA and it is displaying the xml file contents in tree view but the problem is if we exit EA and open the same eap file again the dock window with tree view contents doesn't appear.So we want to store the tree…
Manu V
  • 139
  • 8
-1
votes
1 answer

using addin to layout the diagram in EA opens the diagram in the view

Using LayoutDiagramEx method to layout the diagram in EA using addin open the diagram in the view.But how to close the diagrams that are opened during the layouting of diagram.Because we want not to open the diagram in view .But it should be…
Nav
  • 27
  • 3
-1
votes
1 answer

Arranging the elements in the diagram

Using C# addin I was creating the elements and adding it into the diagram.So when we add to diagram it will not be arranged.So when I open the Diagram it will not be auto-arranged.So using Addin is there any Api provided by EA to auto-arrange all…
Nav
  • 27
  • 3
-1
votes
1 answer

Restricting the addin to the stereotype

I have build a MDG Toolbox. I have a windows form which is created using C#. Now We want to enable i.e to open the windows form only when the particular stereotype is selected in the project browser of EA.
G. T.
  • 131
  • 2
  • 11
-1
votes
1 answer

Enterprise Architect:- functions or procedures invocations names in Diagrams are not visible

While creating diagram structure in Enterprise Architect tool, we call other functions or procedures or in other words we invoke those functions or procedures from other packages and then complete our diagrames and commit in svn or may be some other…
-1
votes
1 answer

Import scenarios of test cases in Enterprise Architect

Is there an easy way to import scenarios of test cases in Enterprise Architect? Of course it is possible to import stuff from CSV but this is limited to a limited number of available fields. For instance the GUID, Phase, Stereotype and Author. The…
Wallem89
  • 304
  • 2
  • 14
-1
votes
1 answer

When interchanging Enterprise Architect Diagrams the Lines disappear

I am trying to import Diagrams from EA version 10.1 to another EA with version 12.1. I have tried various import methods: XMI, Package control etc. The import works, but the connecting lines between components disappear when transporting. Both…
Wüthrich
  • 43
  • 5
-1
votes
1 answer

Sparx EA - How to capture event (e.g. status change)

Is there an automated way to detect when a requirement's status is set to 'Approved'? The business need is to alert an external app each time a requirement is approved.
Laurence W
  • 16
  • 1
-1
votes
1 answer

RACI (Resposible,Accountable,Consulted,Informed) matrix

How Can create RACI (Resposible,Accountable,Consulted,Informed) matrix in Sparx Enterprise Architect? In visual Paradigm, RACI chart can be created easily, based on lanes and associated activities within them
Ghaderi
  • 33
  • 4
-1
votes
3 answers

How can I convert FlowChart to PHP Code and vise versa in Enterprise Architect?

I'am new to Enterprise Architect, and I need to know if EA supports converting flowchart to php code and vise versa?, and if it doesn't are there any alternatives?
userx
  • 485
  • 4
  • 12
  • 26
-1
votes
1 answer

"Find in all Diagrams" as VB-Code

I am trying to find one Element (in Enterprise Architect) in all diagrams in my model via VBScript. Which command do I need for that operation? How do I find all related Links of a Element?
Jacky
  • 13
  • 4
-1
votes
1 answer

Responsibility assignment matrix in Enterprise Architecture

[enter image description here][1]Will tell me whether The program enterprise architect can create a Responsibility assignment matrix Like program Visual Paradigm.
Ghaderi
  • 33
  • 4
-1
votes
1 answer

API for Enterprise Architect configured on Version Control

I am unable to find a .Net API for Enterprise Architect configured on Version Control. I followed following links to search for the same, but was not able to…
-1
votes
2 answers

Passing object from dll to exe

I'm writing EA Addin and AFAIR I have to register COM, but that implicate I need dll. But I have normal app in WPF and I'd like to just separate starting Addin and exe. I want to EA use my dll to start my main app, but I don't know how to pass…
rechandler
  • 756
  • 8
  • 22