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

Pages: [1] 2
1
Suggestions and Requests / Re: Navigation from Relationship Matrix
« on: December 04, 2006, 08:33:50 am »
I think that this idea is extremely useful

2
Suggestions and Requests / Re: Another Relationship matrix request
« on: November 07, 2006, 05:50:54 am »
Yes Paulo thats exactly what I was thinking of.  A simple filtered view of all the relationships that exist in a package and subpackages.  As for establishing new relationships using the matrix, we dont use this feature, but I can understand it being useful for some.  Like Paulo says the ability to switch between this and the standard view would enhance the relationship matrix greatly.

3
Suggestions and Requests / Another Relationship matrix request
« on: November 06, 2006, 04:08:36 am »
Howabout the ability to ignore elements if they have no relationships of the type being looked up.

Eg.  if the link type is Dependancy then supress all source and target elements that don't have a dependancy, showing only those that do.

4
Suggestions and Requests / Re: Request support diagram property defaults
« on: October 20, 2006, 08:02:06 am »
Thanks, works a treat  ;D

5
Suggestions and Requests / Request support diagram property defaults
« on: October 19, 2006, 09:36:20 am »
It would be extremely useful to set the defaults on diagram properties and all diagrams created after this use these defaults.

Eg set Show Tags and tags will be shown on all diagrams created after this has been set.

6
General Board / Navigating from relationship matrix
« on: November 30, 2006, 06:39:05 am »
Is there anyway to locate an element in the project browser using the relationship matrix?  If I double click the elements in the matrix I get the properties window for that element, but I cannot locate the element in the project browser from there.  

Any help would be much appreciated

7
General Board / Re: Impact Analysis
« on: November 14, 2006, 02:54:18 am »
Thanks,

I can see that Ctrl + U selects the usage on diagrams, but then I would have to go to each diagram to see how the class is used.  Ideally I was looking for a view like the hierarchy view where the usage of a class AND all its instances is displayed.


8
General Board / Impact Analysis
« on: November 13, 2006, 10:03:20 am »
We have a series of communication diagrams, each uses different instances of a classes.  If we get a request to change a method of a class, is there are way to view that class in the hierarchy window to see how the class is used?  I know that this can be done as long as the actual classes have been used to create the association links, but we have used instances of the class.  I'm interested in a way of being able to view the hierarchy using the hierarchy view window, clicking the classifier and this shows the usage of all instances of that class.  From here we could get a full impact analysis of the change request.

Can anyone suggest a way to do this?

Thanks

9
General Board / Re: UML Profiles and class operations
« on: October 30, 2006, 09:13:40 am »
Thanks Peter

Best Regards

10
General Board / Re: UML Profiles and class operations
« on: October 30, 2006, 07:25:37 am »
Ok that makes sense.  Is there another way of doing this?  

11
General Board / UML Profiles and class operations
« on: October 30, 2006, 03:25:53 am »
Is there a way of creating a UML profile that enables me to drag on a class that has predefined methods?  I've checked out the help, but I can only find a way of doing it for attributes ( appearing as tagged values ).

Thanks for any help

12
General Board / Re: Is XSLT 2.0 supported?
« on: October 30, 2006, 03:17:41 am »
Will do thanks

13
General Board / Re: Is XSLT 2.0 supported?
« on: October 30, 2006, 02:41:42 am »
Does anyone have an answer for this?

14
General Board / Is XSLT 2.0 supported?
« on: October 20, 2006, 09:42:10 am »
Hi everyone,

When trying to export XMI with a XSLT 2.0 stylesheet we get an Error:
Code = 0x0

Is XSLT 2.0 supported by this export?

Cheers

Gibbo

15
One thing I have noticed is that when I manually add a message to an association between two classes on a Communication Diagram that EA actually adds a relationship of type Collaboration to the two classes.  In code I can actually see this collaboration relationship but I can seem to make it appear on a new diagram.  I have tried adding it as a diagramLink using the following code, but it does not appear



DiagramLink diagramLink = diagram.GetDiagramLinks().AddNew("link", "otDiagramLink");


diagramLink.SetConnectorID(connector.GetConnectorID());


diagramLink.SetDiagramID(diagram.GetDiagramID());


diagramLink.SetIsHidden(false);




diagramLink.Update();


diagram.Update();


Is there something I am missing?  Funny enough if I delete the diagram where the collaboration was set up then the relationship disappears from the two class elements.  This means that the diagram is controlling the relationship, which seems a bit wierd.

Any help would be much appreciated.  :)

Note that associations show with no problem (automatically), but collaborations don't.  I think this makes sense as you might not want to show all collaborations, but the option to show some would be nice

Pages: [1] 2