-
Global function and UML diagram
How we can show global function in UML diagrams?
-
Re: Global function and UML diagram
"Manish Agarwal" <mkag@rediffmail.com> wrote:
>
>How we can show global function in UML diagrams?
>
>
It must be an method of an object or a class
-
Re: Global function and UML diagram
"Manish Agarwal" <mkag@rediffmail.com> wrote:
>
>How we can show global function in UML diagrams?
>
>
Manish,
Make an abstract class say GObject and stuff these public gfunctions there
GoodLuck
Aurene
-
Re: Global function and UML diagram
"Manish Agarwal" <mkag@rediffmail.com> wrote:
>
>How we can show global function in UML diagrams?
>
>
UML is used to denote Object oriented design. SO there can be no gobal functions.
In case you still need a global function, you need to put the global function
as a method to a class that has no members, make an object of this class
as global/Static and then use this. This global object can be represented
in your diagram.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks