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
0
votes
1 answer

Missing messages for Sequence Diagram in Enterprise Architect

We have many Sequence diagrams created inside Enterprise Architect(EA) and were displayed properly on EA earlier. Recently, not sure why, but all the sequence diagrams got corrupted and seems to have message connectors missing in them. I have also…
Kshitij
  • 8,474
  • 2
  • 26
  • 34
-1
votes
1 answer

How to define Java transient attributes in Enterprise Architect?

Background: I'm using Sparx Enterprise Architect 8.0. When I mark a member of a domain class as transient, the resulting generated code uses the volatile keyword instead of transient. This is correct according to Enterprise Architect Java…
jjmontes
  • 24,679
  • 4
  • 39
  • 51
-1
votes
0 answers

List if Page Items/Substitution Items in Sparx EA V. 16

I'm trying to find a comprehensive list of the defined variables/page items/substitution items available in Sparx EA for either custom SQL or HTML reports, and internal scripts. Some examples that I know of are: #TITLE#, #BREAD_CRUMB#, #INDEX#,…
leonhardtk
  • 69
  • 9
-1
votes
0 answers

Usage of ReleaseUserLock or ReleaseUserLockRecursive in EA repository

I was looking for solution for release locks on choosed package in project browser. I read that it was not available in EnterpriseArchitect a long time ago, but it is currently included in the documentation here:…
Tomas
  • 1
  • 1
-1
votes
1 answer

How to reuse States in Sparx EA

How would I go about re-using states in Sparx EA State Machine Diagrams? For my application I have a defined list of States (StateA,StateB,StateC, etc) but different objects may transition between them in different manners, i.e. ObjectA: StateA--(no…
David Gitz
  • 13
  • 3
-1
votes
2 answers

Enterprise Architect - SysML Diagram Heading

I hope this is an easy question - how do I get the SysML Diagram Header to display the correct model element type (the information in the first set of square brackets)? My diagrams all display as [package]. I'm using Sparx Enterprise Architect…
David
  • 3
  • 1
-1
votes
1 answer

Use of the VBScript API for Enterprise Architect 'GetElementsByQuery'

I am struggling to make sense of the VBScript API to Enterprise Architect. I want to add an artefact if and only if it has not already been added, its a large import so I want to use the GetElementsByQuery interface to check if class or interface…
-1
votes
1 answer

How to access Trigger type of diagram elements of a state machine diagram using C#?

I have a state machine diagram. It has few trigger types of elements. How to access these using c# This image is of the element in the project browser
GuestUser
  • 47
  • 4
-1
votes
2 answers

On form close,Enterprise Architect is getting minimized

I am currently working on forms in Enterprise Architect using C# add-ins. I am not using form.ShowDialog() because it had previously led to not-responding state of Enterprise Architect. The backend process is Enterprise Architect which has to kept…
rashmi
  • 203
  • 1
  • 8
-1
votes
1 answer

Ho to check the Model is locked using API

For checking the package is locked we can use the API pacakge.Element.locked but for model which is also an package doesn't have an element .So how can we check whether the model is locked using automation in EA.
Naveen
  • 67
  • 9
-1
votes
1 answer

Automation in EA is taking more time after applying user lock to model

We are creating an element in EA through automation .Previously it was taking some seconds to create an element in EA. After applying the user lock to the model and then creating an element in EA then its taking minutes to create an element. Then i…
Naveen
  • 67
  • 9
-1
votes
1 answer

How to add CoverPage and TOC while generating document programmatically

Hi I am trying to generate report programmatically from EA using C#. Project.RunReport By referring this. But the problem is RunReport allows to choose only main template by passing the parameters PackageGUID: String - the GUID of the Package or…
Dah Sra
  • 4,107
  • 3
  • 30
  • 69
-1
votes
1 answer

how to call a form in Enterprise Architect on Elenemt properties window OK button click

In my addin I'm using EA_OnNotifyContextItemModified() event to call my form, but each time element properties is modified it is called. So can I get to know whenOK_button in properties window is clicked so I can call my form. public void…
anup
  • 1
  • 2
-1
votes
1 answer

How to give “Hidden Sub Menu” inside a “Hidden Sub Menu”

How can i put “Hidden Sub Menu” inside a “Hidden Sub Menu”. For Example: - I have 4 toolboxes naming A, B, C and D from which A and B and C are hidden. A is hidden and added to B, B is hidden and added to C, C is hidden and added to D. Now from…
Fazal
  • 39
  • 6
-1
votes
3 answers

Enterprise architect : C# add-in current selected item tagged value

I have own profile in EA and i can give a own note element with a specific tag value. My problem is, that i want select some note in project and change tag value through add-in. How can i get current selected element ?
Pepo
  • 3
  • 2