Book a Demo

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

Pages: [1]
1
Uml Process / Re: Callback function as a parameter
« on: April 12, 2007, 11:13:17 am »
Hi, good idea about revese engg. Assuming I will implement a typedef in the code, I can specify the Type of the parameter as a function pointer pCallback*, which solve my problem.
Thanks.

2
Uml Process / Callback function as a parameter
« on: April 11, 2007, 05:13:16 am »
Hi,
  I have a problem in representing a callback function as one of the parameters to another function.
Right now, I am just using a void pointer.

Alternately,
I would define
  typedef void (*pCallback)(unsigned long events);
How do I represent this typedef using EA, so that I get pCallback in the "Type" listing.

Thanks.

3
Uml Process / Re: Package diagrams Vs Class Diagrams
« on: April 09, 2007, 05:58:22 am »
I got the answer now....Thanks everyone .

4
Uml Process / Re: Package diagrams Vs Class Diagrams
« on: April 04, 2007, 04:28:03 am »
Thanks for the reply again. If I directly define my classes in a package diagram, is it same as a class diagram? Is a package diagram meaningful only on the top level of the design or is it a totally different view of the design (different from the class diagram view of the project) If they are different, how are they different?

5
Uml Process / Re: Package diagrams Vs Class Diagrams
« on: April 03, 2007, 05:32:52 pm »
Both Class and Package diagrams have the same diagram elements and diagram connectors. Say, I create a package diagram with 10 classes, how is this diffrent from creating a class diagram with the same 10 classes?

6
Uml Process / Package diagrams Vs Class Diagrams
« on: April 03, 2007, 03:11:21 pm »
Hi,
 I am new to UML and trying to design my ptoject using EA. Can someone tell me how a class diagram is different from a package diagram ? The elements in my design will be mainly classes and enumerations.
Thanks.

Pages: [1]