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

How to add several tagged values in a drop down list in enterprise architect?

I am using enterprise architect and I want to have several values displayed in a drop down list as tagged values. I am only able to give one value to the tagged value but I don't know how to do it for a list of choices. I could not find help in the…
Helios
  • 151
  • 2
  • 11
4
votes
2 answers

Meaning of Part and Port?

I have a .lib file containing internal C++ classes and a few C++ classes are interfaces to the functionality that software library provides. How should I illustrate this with UML? Using Enterprise Architect, I tried type 'Component' (pasted to the…
falkb
  • 1,294
  • 11
  • 35
4
votes
1 answer

is it possible to use git for version control in enterprise architect

Hi have started to use (SparX) Enterprise Architect 13 for more complex models. In my company we use git for version control and I would like us to be able to use it for version control for our models as I do not want to start using tortoise svn or…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
4
votes
1 answer

Can I create a nested activity diagram in UML?

For eg: I have an activity diagram depicting the flow of an API. Now that API calls an internal/static function. So, is it possible to depict the called function activity diagram with the caller activity diagram?
Harsha J K
  • 197
  • 1
  • 1
  • 17
4
votes
0 answers

Importing Baseline in EA programmatically

For my requirement of comparing package with another model package, I need to import a baseline from one model to another model in EA.I know EA doesn't provide any direct API calls for importing baseline. Tried using *DoBaselineCompare*but it…
Dah Sra
  • 4,107
  • 3
  • 30
  • 69
4
votes
2 answers

SysML instance vs. class

I'm a bit confused about the concept of blocks in SysML. From UML I understand that there is a distinction between classes and instances/objects like in OOP. However, I'm not sure how this is implemented in SysML. My questions: Does SysML…
BerndGit
  • 1,530
  • 3
  • 18
  • 47
4
votes
1 answer

EA Connector Creation

I am creating a Aggregation connector though Add-In. I am able to create the connector without Strong target end point by using the below mentioned code. EA.Connector connector = signalEle.Connectors.AddNew("", "Aggregation"); …
Manish kumar
  • 287
  • 1
  • 10
4
votes
0 answers

Generate DDL with IDENTITY columns

Using Enterprise Architect version 13.0.1309, I'm designing a database model to be used with Oracle 12c. I want to generate a DDL script from my model that uses the "new" IDENTITY column type instead of the explicitly created sequences and…
Sentry
  • 4,102
  • 2
  • 30
  • 38
4
votes
1 answer

How to use LIKE Keyword in sql scratch pad within EA

I would like to get an object from t_object if its keyword contains word "Test" . Even if has "Testing" or "Tested" i need to get that data rom row . In sql we can use LIKE keyword. But how to use it inside EA SQL Scratch Pad ..? SELECT * FROM…
Dah Sra
  • 4,107
  • 3
  • 30
  • 69
4
votes
2 answers

enterprise architect bad characters encoding

I am using EA 12.0 Corporate edition Built 1215 - Unicode with database version 4.01 and I have the following problem. When I type one of theses characters: "ě č ř" and then save and reopen diagram the characters are replaced by e c r. Same thing…
4
votes
2 answers

How to add context references to a scenario programmatically

I'm currently modifying the importer script Simple VBA Excel to EA importer v4 from bellekens. I have succesfully imported a usecase containing scenarios and scenario steps. I'm looking for a way to add the context references programmatically. I'm…
4
votes
3 answers

EA Sequence diagrams: messages font size

May this is not the right place to ask such a question, but the EA experts are welcome to take the 25 points.... I create a sequence diagram in EA and copy it to power point. The messages font is too small for comfortable viewing. F4 sets the…
user3165438
  • 2,631
  • 7
  • 34
  • 54
4
votes
1 answer

Control Lifetime - Sequence diagram - Enterprise Architect

I have previously been modeling with Visual Paradigm. There I had lots of possibilities to control the Lifetime of my Objects. What I mean exactly is that dashed array symbolizing the creation of an object and the cross at the end of the lifeline,…
LuckyLikey
  • 3,504
  • 1
  • 31
  • 54
4
votes
2 answers

Enterprise Architect version 7.5.844 State Diagrams

i am trying to learn EA but got stuck trying to produce State Diagrams. when i start a new project it gives me several option regarding what kind of document i wish to create. but i dont see the option to creat state diagrams. am i overlooking…
iTEgg
  • 8,212
  • 20
  • 73
  • 107
4
votes
2 answers

How should I embed/include Enterprise Architect UML diagrams in MS PowerPoint 2007?

Setup I am using Sparx Systems Enterprise Architect Professional edition 7.5 and MS PowerPoint. Problem I have various audiences for presentations requiring display in MS PowerPoint -- ranging from managers to developers, whose depth of technical…
bn.
  • 7,739
  • 7
  • 39
  • 54