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 - ALL_IN_ONE

Pages: [1] 2 3
1
General Board / Re: Operations Linking instead of having Copy
« on: June 11, 2010, 08:09:14 pm »
hello  all,

Can anybody shed some light to this issue?

Regards,
ALL_IN_ONE

2
General Board / Re: Operations Linking instead of having Copy
« on: June 11, 2010, 05:22:40 pm »
finally I have the picture . . . .

Can any body tell me whether I can have operations link from one element to another. Refer my first post also.

The pciture can be found in the below link
http://picasaweb.google.com/dashin.darshan/EnterpriseArchitectSnapshots?feat=directlink#5481411177790212466

Regards,
ALL_IN_ONE

3
General Board / Re: Operations Linking instead of having Copy
« on: June 03, 2010, 03:53:16 pm »
i am sorry i do not have any source to upload picture from my company intranet. The upload images websites are blocked.

Will try to upload later.

Regards,
All_In_One

4
General Board / Operations Linking instead of having Copy
« on: June 03, 2010, 03:45:23 pm »
Dear all,

I am facing with a link issue for the operations. Refer the below diagram. I am doing modelling for different components which are a part of the same project. Lets consider the below example of Component 1 and Component 2. Component 1 uses or rather calls two functions of Component 2. Hence when I am modelling the required interfaces of Component 1 then only the two called functions from Component 2 should be linked to the interface
"Comp2--->Comp1_Required". But I am not able to link the below functions marked in red to the interface "Comp2--->Comp1_Required". If i drag those operatios below this then it will vanish from its current location. If I drag on the diagram object then it will create a copy. Hence I am looking for a link.

Is there any way to link these operations?

Or

does anybody has any other solution to it.



Regards,
All_In_One

5
Hello all,

Can Any body provide some solutions to this issue? it is urgent?

@EA admin  : I am a registered user of EA, and I have not recieved any reply till now?

regards,
ALL_IN_ONE

6
Hello folks,

I need a solution to add external image on the diagram.
I tried it with some work around, its not a solution but got to know some insights.

EA.DiagramObject boundObj = (EA.DiagramObject)dia.DiagramObjects.AddNew("", "");
boundObj.ElementID = ele.ElementID;
boundObj.Style = "DUID=B9DE8FF2;ImageID=191;";
boundObj.Update();
dia.DiagramObjects.Refresh();


If you notice in the above code snippet, the diagram object style is hard coded because I know the image Id. Those external Image IDs you can see it in Settings-->Images and then unhide the third column which has the Image ID of the external diagrams (Not UML Diagrams).

Hence Does any body know how to embed image on a EA Diagram ?

regards,
ALL_IN_ONE


7
Thanx Geert.

Hello Sparx,

Do you have any document or information for the possible links for an operation.

Regards,
All_IN_ONE

8
thanx a ton for the quick reply.

1) that element feature was amazing . .. i never noticed that there could be an additional option "link to element feature" if you right click on the right end of the connector. But now its fine and could detect the operation link. I made good progress in detecting the operation links in the diagram.

2) (In the above reply)Regarding the tagged value. I tried adding a tagged value to an element but i didnt get any option RefGUID. Is it profile specific. Or do i need to write it by hand the type of tagged value and the operation name.

Do you or any body else knows where can I find a document for poosible operations links in UML Diagrams?

Thanx in advance

Regards,
ALL_IN_ONE

9

@Geert : Can you elaborate more on the above points you made that "operations can be linked by any type of relation using the 'linkto element feature' " and also the last point "operations can be referenced by a tagged value ". Can provide some example?


regards,
ALL_IN_ONE


10
Hello Geert,

That C# code and the SQL Query was amazing . . it worked fine.
Now I will try for other Connector types . .

Regards,
All_In_One

11
Hello,

@Geert : Thanx a ton. In will try it and get back.

Regards,
ALL_IN_ONE

12
Hello all,

Thanx Geert for the info . . .

Before I posted this topic . .
Scenario
I verified on a sequecne diagram messgae. Like, When I drag the operation on the lifeline the messgae name is the operation name. Now when I delete the same operation from the browser, the message of the connector still remains. Hence I was thinking if there is a link then the message should also vanish . .hence this didnt happen . . .

Is my analysis correct? If yes then through automation I will not come to know the links of an operation . . .

Do you think so if yes then can you help?

Regards,
All_In_One

13
Hello

I have a question regarding the operations / attributes. I have modelled the operations on different days on a EA project using Automation scripts. Now the issue is that I need to delete them. I dont have to delete all but only those which were imported on a specific date / time. Is there any possiblitliy to know the date and time of modelling of the operation or attribute. I am unable to see the date time feature for the operations / atributes, but for the elements. diagrams and packages it is availble.

Also I wanted to know whether the operation can have links?

Regards,
ALl_In_One

14
hello all,

the above question is wrong. I just noticed that same ids can be given to different object types but not the same object type.

Regards,
ALL_IN_ONE

15
Hello All,

I have a question regarding the AI.
I am working on a addin where I have the ID but I dont know what is the type of the model item with that ID. Do we have any way to know the type whether it is an element, diagram, method . . . .and so on. I only have the "ID" with me.

Regards,
ALL_IN_ONE

Pages: [1] 2 3