Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nizam Mohamed

Pages: 1 [2] 3 4 ... 13
16
General Board / Re: Adding to diagram from Toolbox v Project Brows
« on: May 14, 2014, 09:56:54 pm »
Matt the former is an actual element O1 (Stereotype m_element), the latter is an instance of type m_entity. (display Syntax Name:Type)
Try pressing Ctrl when dragging and dropping from the project browser and choose the "link" option, this will paste the element as is (instead as an instance)

17
General Board / Re: Mind Mapping - Expand / Collaps Topics
« on: May 08, 2014, 06:34:56 pm »
If you are talking about composition, you can achieve composition ( to expand / collapse sub-topics) by making the sub-topics a child of the topic in the project browser, or creating a Composite Structure diagram for topics and adding sub topics within

18
General Board / Re: Why does the own made Profiles dont show up ?
« on: May 08, 2014, 06:49:02 pm »
Try using the 'Basic Template' in 'Model Wizard" (under MDG Technology BUilder), this sample has complete instructions on how to build a MDG technology with profile toolbox and diagram.

19
General Board / Re: Context Filtering
« on: April 25, 2014, 04:46:24 pm »
Couldn't really reproduce the issue.  Can u try selecting the class in context and press L key in your keyboard.  Se if you have the incoming and outgoing relationships highlighted

20
General Board / Re: Context Filtering
« on: April 25, 2014, 12:28:01 am »
The effects of context filtering are sometimes influenced with the 'diagram filters' settings. See if you have 'Fade' effect in the Diagram -> Diagram Filters window.

21
General Board / Re: Changing properties of multiple selected eleme
« on: April 29, 2014, 09:18:35 pm »
At the moment,it can be done with a simple JScript / VBScript in EA's internal scripting engine,

(Batch edit is only possible using the 'Update Package Status', which allows users to  modify the status, phase, version, date.)

22
General Board / Re: Custom Function Code Generation (C++)
« on: April 25, 2014, 02:01:02 pm »
YOu can look at the C# Transformation templates and see how a Property is created for each attribute (Public)

The approach will be
1. Add a new Custom Template of type Attribute (e.g. Attribute__mymethod)
2. Write your logic in the new template.
3. call this for all attributes using %list%, e.g. %list="Attribute__mymethod" @separator="\n" @indent="  " %


23
General Board / Re: compare without baseline
« on: April 24, 2014, 06:25:15 pm »
EA's built in diff / merge tool works based on GUIDs and if you've created copies (pasted as new elements) in different packages, the GUIDS are reset and hence EA may not be able to ascertain the differences for you.

This elements with same names could be selected using a custom query, and the analysis should be
  • Either done manually (or)
  • you might have write a simple addin to analyse and show or merge the differences.

24
General Board / Re: Help - import UML Profile for XML
« on: April 21, 2014, 04:16:21 pm »
Arun
(As mentioned in the site)
TO import the XSD Data types, use Project -> Import/Export -> Import Package from XMI.

To import the UML Profile for XML,
  • Enable Resources window  (Project Menu -> Resources)
  • Right click on UML Profiles and choose the IMport Profile option

'Generate MDG Technology File" is used to create custom profiles / toolboxes, etc and build your own technology, which is not relevant in this case.

25
General Board / Re: Updating of alias during transformation
« on: April 17, 2014, 09:11:17 pm »
Syntax of TRANSFORM_CURRENT is
TRANSFORM_CURRENT(<listOfExcludedItems>)

you have to include Alias in the list of exclusions, something like
%TRANSFORM_CURRENT("language", "stereotype", "alias")%

You can also generate the intermediary file to check what value is set for alias for that particular element.


26
General Board / Re: Search engine indexing of HTML documentation
« on: April 15, 2014, 02:38:38 pm »
I don't see a reason why it wouldn't be indexed by Search Engines, but make sure you want them to be published as is, as I'm afraid many SEO naming conventions are not considered in the standard HTML reporting utility.

27
General Board / Re: Creating objects based on classes
« on: April 15, 2014, 10:51:00 pm »
You've to set runtime value for the attributes to display them in object diagram. Check http://www.sparxsystems.com/enterprise_architect_user_guide/10/standard_uml_models/runtimestate.html

29
General Board / Re: Is this Sparx book relevant for Sparx 10.10 ?
« on: April 10, 2014, 11:44:33 pm »
To answer second part of your query regarding having 10 & 11 in your system.

That is possible, you have to rename your EA folder in your installation directory to something else (e.g. EA_10) before installing EA 11

you can then refer to whichever exe's you would like to access

30
General Board / Re: Evaluation Questions - running topic
« on: April 12, 2014, 03:00:55 pm »
Please Set the target containment to value. (Connector Properties-> Target Role-> Containment -> Value )

This will avoid pointers.

Pages: 1 [2] 3 4 ... 13