Results 1 to 3 of 3

Thread: UML Modelling and design class diagrams (For business logic?)

  1. #1

    Thread Starter
    Addicted Member Rockhopper's Avatar
    Join Date
    Aug 2003
    Location
    Cape Town, South Africa
    Posts
    199

    UML Modelling and design class diagrams (For business logic?)

    Hi all

    I know this is a code forum... but as we are all programmers, and build systems, i was hoping some of you could share your insight with uml diagrams.

    I have a question regarding UML modelling, specifically with Design Class Diagrams.

    I am in the process of modelling a system, and i need to know which classes i need to make design class diagrams for.

    I have base classes such as "Customer" that stores the actual information like "First Name" etc. I also have business logic classes that hold the business logic relating to the customer component... e.g. search methods for finding customers etc.

    Do i make "Design Class Diagrams" for the Business logic classes as well? and if so, what do i put down as attributes?

  2. #2
    Member
    Join Date
    Oct 2002
    Location
    UK
    Posts
    54
    The answer would be yes. It is good practise to design all classes in UML before coding. If the class has no attributes then don't add any to the class diagram. This means the class diagram will only show the class name and any functions/methods containied in it.

    What tool are you using to generate the class diagrams??

    Hope this helps

    Jonathan
    The problem with making something idiot proof is that sooner or later somebody just invents a better idiot!!!

  3. #3

    Thread Starter
    Addicted Member Rockhopper's Avatar
    Join Date
    Aug 2003
    Location
    Cape Town, South Africa
    Posts
    199
    thanks, i have handed in the deliverable... it was for a university third year project. I did do class diagrams for both business logic classes and base classes, and left out attributes for the business logic classes.

    It must have worked great, because we missed the top mark by only 1%

    thanks everyone...

    oh, and i used Visio

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width