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

WCF service giving Time Out error

I have a .Net service which is used to connect to Enterprise Architect API. When directly running the .exe file, it is taking about 30 seconds to connect and get response. When registering the same service as WCF service and running it, it gave…
4
votes
3 answers

Enterprise Architect: Can you generate a report from separate packages?

Is there a way to combine multiple packages into one (html) report? I don't want to generate a report from the parent package because it contains a lot of information not related to the desired report. I'm looking for an answer that does not require…
joniba
  • 3,339
  • 4
  • 35
  • 49
4
votes
1 answer

Opening Sparx EA Project through C# code opens New Project Dialog

I am trying to connect to the Sparx EA project using C# application. For that I have created one C# console application and added Interop.EA.dll as a reference in the project. Following is the code that I am using to connect to the Sparx EA. r =…
Niraj Chapla
  • 2,149
  • 1
  • 21
  • 34
4
votes
1 answer

Enterprise Architect scripting with java - create and modify linked document

my question: How can I create a new linked document and insert (or connect) it into an element (in my case a Note-Element of an activity diagram). The Element-Class supports the three Methods: GetLinkedDocument () LoadLinkedDocument (string…
phil
  • 1,289
  • 1
  • 15
  • 24
4
votes
3 answers

multi-select tagged value type in enterprise architect

I am trying to add a Tagged Value in Enterprise Architect which allows the selection of one or more values, a multi-select tagged value type in effect. Is this possible?
4
votes
3 answers

How to structure a UML (Enterprise Architect) project

I am starting a new embedded software project. I am going to use Enterprise Architect to capture the requirements and to design the software architecture. How should I structure/organize the project in Enterprise Architect? My idea is to do…
sergej
  • 17,147
  • 6
  • 52
  • 89
4
votes
2 answers

How to insert line feed in component name?

Have a long component name that is brushing up against the edges of the box and would like to add a line feed to fix the problem. Tried adding a "\n" which did work except that the characters "\n" are visible in the name.
O.O
  • 11,077
  • 18
  • 94
  • 182
4
votes
3 answers

Need to export SQL for creating table(s) from Enterprise Architect

I need to create SQL statements from Enterprise architect v.9 table description, since I need "CREATE TABLE" to be placed in a text file. Please advice me where to look in EA interface!
onkami
  • 8,791
  • 17
  • 90
  • 176
4
votes
1 answer

How to change the default scope of attributes from Private to Public in Enterprise Architect?

Does anybody know how to change the default scope for attributes of UML classes in Enterprise Architect (I am using version 9.2)? When adding a new attribute, it is by default set to Private. I am mainly using Enterprise Architect for data…
user655063
  • 431
  • 3
  • 8
4
votes
1 answer

How to show all classes in one Class diagram

When I do reverse-engineering in EA it imports source code in packages, but places one Class diagram per package. It is not very useful as I can't see all relations between classes(only relations in current package). Is there any option to create…
maks
  • 5,911
  • 17
  • 79
  • 123
4
votes
5 answers

Magic getters and setters in Enterprise Architect

I'm using Enterprise Architect to make a UML class diagram and generate PHP5 code with it. Using this, one can make getters and setters for an attribute, which looks like this in the code (only relevant lines shown): private $id; public function…
user1544337
4
votes
1 answer

What's a stereotype in UML?

I'm using Enterprise Architect to make a UML class diagram (and in the end generate PHP5 code with it). I can add attributes to a class. For each attribute I can select a stereotype: DomainCodedValue, Field, SubTypeField, Property, Property, column,…
user1544337
4
votes
1 answer

Enterprise architect shows weird symbol. What does it mean?

sometimes a red triangle appears over some (not all!) of my requirement artifacts that I have constructed before starting more detailed UML work and development. I have no idea what causes it or what it is meant to express. What's more, I cannot get…
observer
  • 2,925
  • 1
  • 19
  • 38
4
votes
0 answers

convert java code to the sequence diagram in Enterprisse Architect

is it possible the convert java code to the sequence diagram in Enterprisse Architect? if yes How?
Frkn
  • 157
  • 1
  • 1
  • 9
4
votes
4 answers

Centralized repository in DBMS or SVN

I am working on setting up a centralized repository to store enterprise architect (from sparx systems) generated artifacts for the team of 6-8 people to use. Initially thought of hosting a PostgreSQL database to store the artifacts centrally and the…
vmaroli
  • 613
  • 9
  • 21