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

Update step in scenario in Add-in for Enterprise Architect

I want update field "Results" (UI) for the one of scenario steps defined to element, but its not working. Method "Update()" (API) updated filed "results" instead "result". Only the value from "result" (database, t_objectscenarios.XMLContent=>result)…
-1
votes
1 answer

EA no database type when adding stored procedure

I see this official page http://www.sparxsystems.com/uml_tool_guide/data_modeling/storedprocedureindividualclass.htm . I want to add stored procedure to my project, there is no database to select from , i just have this: This is the EA which I am…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
-1
votes
2 answers

An attempt to attach an auto-named database in windows Application

When attempting to make an Enterprise Architect Add-In in C# and after I complete the code and run it in VS 2010 it's ok I can add a record to the database or delete but when I use the Add-In project which is the same project but with a class…
-2
votes
2 answers

Sparx EA diagram update with API fails with error No such diagram found having diagram GUID

I have a C# script performing create/update operations to EA diagrams. It's working good with EA 15. But when I run it with EA 16, it fails with the error - "No such diagram found having diagram GUID:" Here is the details of example user…
Niraj Chapla
  • 2,149
  • 1
  • 21
  • 34
-2
votes
1 answer

Enterprise Architect Sequencing With Python

I am starting to use Python for automating Enterprise Architect. I am unable to change the sequencing of an element with the code below. What am I doing wrong? What is the good way of using…
-2
votes
1 answer

Enterprise Architect: Activity returns ParentID "0"

I'm trying to loop up the hierarchy of an Enterprise Architect Model from a selected Node in JavaScript. When I start with a Diagram within an Activity, the Diagram gives a valid ParentID (the Activity), but if I reach the Activity that returns 0 as…
user2144067
  • 122
  • 2
  • 7
-2
votes
1 answer

API to fetch the type of StateNode in Enterprise Architect

I have an activity diagram with initial and Final Nodes in it. Both are of type StateNode and the meta type is Pseudostate. How to identify whether a particular node is an initial or final node from the Database or API point of view?
BIndu_Madhav
  • 577
  • 1
  • 8
  • 21
-2
votes
1 answer

Sort project browser tree view programmatically

I need to know how to set the order of elements shown in EA's project browser programmatically (in order to mimic the green arrows).
Fazal
  • 39
  • 6
-2
votes
1 answer

Enterprise Arcitect Keyword updation

How to update Keywords of a element in Enterprise Architect using c#. as Element elem; and elem.Keyword is not displaying.
-2
votes
1 answer

Enterprise architect addin not getting Loaded

I created a class library in C# for addinn and my Enterprise architect is loading it in Extensions but when I create a WPF application and change its output type to library but Enterprise architect is not able to load this library.
-2
votes
1 answer

Arranging the ports in the element diagram in the EA

We have 5 ports in the diagram element .When we add the ports to the element through addin we found that all the ports are placed one above another.So we tried to arrange them through the co-ordinates that are provided for the diagram objects.But…
Nav
  • 27
  • 3
-2
votes
1 answer

Creating the class stereotype element instance and serializing and de-serializing it

In EA We want to create the class stereotype element for 20 diagram with different names.So instead of creating the same instance of class stereotype element for 20 diagram using Add-new method API provided by EA .Is there any way that we can create…
Nav
  • 27
  • 3
-2
votes
1 answer

Add notes per each row/column in Table element

I use Table element on the UI diagram. I can add notes for the whole table. How can I add description per a specific cell/row/column? I use a User Interfacediagram. The Table is element from the wireframing toolbox, its stereotype is…
user3165438
  • 2,631
  • 7
  • 34
  • 54
-2
votes
1 answer

enterprise architect database abstraction

Is there a data layer abstration avaliable for enterprise architect that doesn't reley on the add-in model? I'm trying to intergrate EA into a build system, but would like to avoid going directly to the backing database.
squig
  • 755
  • 7
  • 18
-3
votes
1 answer

How to automate adding Tagged Value Types and editing of templates in Enterprise Architect

I am trying to automate the following tasks in Enterprise Architect: Add new tagged Value types 2. Make certain changes to DDL Templates (e.g add system versioning to a table by replacing the DDL Create Table Template for MySQL with another…
1 2 3
88
89