enterprise-architect

How do I export as picture from Enterprise Architect without a frame or diagram name?

…衆ロ難τιáo~ 提交于 2019-12-21 03:39:12
问题 I have some diagrams in Enterprise Architect that I want to import to MS Word. How can I get rid of the border around the diagram and the diagram name when exporting it to picture? How can this be disabled? 回答1: Oh I just found it by accident. Just for reference, as I saw people searching for this from time to time on the net: Tools > Options > Diagram > Diagram Frames > deselect all checkboxes 来源: https://stackoverflow.com/questions/16913053/how-do-i-export-as-picture-from-enterprise

UML representation for C/C++ function pointers

大兔子大兔子 提交于 2019-12-21 03:37:25
问题 What would be the best representation of a C/C++ function pointer (fp) in an UML structural diagram? I'm thinking about using an interface element, may be even if 'degenerate' with the constraint of having at most a single operation declared. I found some proposal in this document: C and UML Synchronization User Guide, Section 5.7.4. But this sounds quite cumbersome and not very useful in practice. Even if right from a very low level of semantic view. Here's a diagram showing their concept

Automated method to export Enterprise Architect diagrams?

允我心安 提交于 2019-12-21 03:37:24
问题 Problem: A lot of our design and architecture documentation were created and maintained in Enterprise Architect - for better or worse, that is how it is. These documents are stored in our subversion repository - which works out pretty well for the folks that create and update them - since we have licenses for EA - but many of the developers (both internal and external) who work on our codebase and need to make use of the diagrams but dont all have EA licenses. Poor Solution: We could manually

Sparx System Enterprise Architect Book [closed]

和自甴很熟 提交于 2019-12-20 10:33:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Does anyone know if there is a book about Sparx systems Enterprise Architect ? (besides sparx site and reference) 回答1: Sparxsystems Central Europe offer their own book, based on Enterprise Archtect. Project Management with UML and Enterprise Architect ISBN-10:3-9502692-1-5 ISBN-13:978-3-9502692-1-5 An adoption

Sparx System Enterprise Architect Book [closed]

耗尽温柔 提交于 2019-12-20 10:31:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Does anyone know if there is a book about Sparx systems Enterprise Architect ? (besides sparx site and reference) 回答1: Sparxsystems Central Europe offer their own book, based on Enterprise Archtect. Project Management with UML and Enterprise Architect ISBN-10:3-9502692-1-5 ISBN-13:978-3-9502692-1-5 An adoption

How do you set the default package and/or diagram in Enterprise Architect?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 16:23:23
问题 This is small item, but how do you configure what a project looks like when it is opened (e.g. which diagram is shown)? I have a project that always opens to a diagram from an older package in the EA project. And since it isn't the first model in THAT package, I figure that it must be configurable. In summary, when I open my project, I want to see the 1st diagram of "Package B" instead of having the 2nd diagram of "Package A" (which is what its been doing since I've been using the project

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

不问归期 提交于 2019-12-12 11:54:12
问题 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 userguide by sparx systems. Maybe I did not find it...any help? Thank you 回答1: To create a list of drop down tagged values in Enterprise Architect: Open the Tagged Values Dockable Window [View | Tagged Values] (Ctrl + Shift +6) Click "Default

Add Trigger to Transition

穿精又带淫゛_ 提交于 2019-12-12 09:55:02
问题 How does one add a trigger to the "Properties-Constraints-Triggers" area of a state machine transition in Enterprise Architect? The quotes are how you get there manually within EA. What I've Tried Below, this actually results in the trigger being added to the state machine, but I need to link it to a specific transition. Variable stateMachine is of type EA.Element. EA.Element trigger = (EA.Element)stateMachine.Elements.AddNew("trigger", "Trigger"); State is of type EA.Element. connector is of

Use the C++ STL in Enterprise Architect

痞子三分冷 提交于 2019-12-12 08:01:50
问题 How is it possible to use parts of the C++ STL in Enterprise Architect? It would be nice to be able to specify certain class attributes as std::string or use std::auto_ptr (or even std::tr1::shared_ptr ) as types. Another interesting thing would be how one is able to integrate container-types like std::vector and std::map into EA. 回答1: I have taught how STL containers look like to EA, I guess it can be extended to stl pointers too: Forward engineering: You can define collection classes for

Hide Operations in Diagram EA

非 Y 不嫁゛ 提交于 2019-12-12 04:33:23
问题 I create a model using EA Scripting. The model consists of interfaces and each interface has operations. I also add these interfaces in a composition diagram , how can I not show the operations in diagram in EA. Is it possible by some settings in EA or I need to do it programatically Thanks 回答1: Doing it for single elements manually is simple: From the context menu in the diagram choose Features/...Visibility In Operation Visibility click Custom Choose the operations you need to suppress Now