Thread: Uml

  1. #1
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

    Question Uml

    What is it? Why's it such a big deal? Is it really that useful?

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    oh no... you mean there's another markup language i have to learn now???

  3. #3
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Yes. Not only that, you have to teach it to me and explain what the heck a markup language is in the first place.

  4. #4
    BARJOR
    Guest
    MMm Isn't UML the same thing as the Unified Modeling Language?? Wich isn't really a markup language at all. It is a bunch of generic principles for software design.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    http://www.google.com/search?hl=en&q...lling+language

    > What is it?
    A design tool (and some)

    > Why's it such a big deal?
    Really large program developments need some pretty heavy tools to even attempt to design and develop them.

    > Is it really that useful?
    Depends what you're trying to do I suppose, and your skill in using it in the first place.

  6. #6
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    I have some ebooks on UML, cheez. It's like Barjour says, more of
    a style guide than a markup language. I can post them for you if you want. It look pretty boring to me, although the laguage itself
    has been ballyhooed by many a programmer.

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

  7. #7
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Cheez... just for your own info, a markup language is like html... used for display on things like websites... it uses a lot of tags for formatting and handling information. that's a real generalization tho..

  8. #8
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Unified Modeling Language - essentially this is to do with Object Orientation and it defines a set of standards for software desing modelling. It is really quite important to know especially if you plan to become a software engineer or a systems analyst.

    http://www.uml.org

    There are several CASE tools that are designed for creating level-0 diagrams and other related UML models. For my systems analysis course last year, I had to use PowerDesigner. It's really quite easy, but things do get complex when you start functional decomposition of the processes of your system!

    Check it out anyway Govt.

  9. #9
    Registered User shark_boy's Avatar
    Join Date
    Sep 2001
    Posts
    13
    UML == rectangles, lines, arrows, etc. to show a case, system, or function. Boooorrrrinnng, but useful for explaining to a *luser* how a new system will work, and/or how the project is coming along.
    Something's fishy here.

  10. #10
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    UML is the unified modelling language, as it's name makes clear it is NOT a method, it is a language, a visual language. Though you can use OCL, object constraint language, which is the part of UML that makes restrictions clear. Just like specification languages like VDM and Z do.

    It is the standard language used in object oriented design methods. It's a very valuable tool to describe such designs. The language can be used to describe designs from an architectural point of view downto a very detailed description of a software system.

    I use UML a lot in my work, it makes cooperation with other designers easier since we're talking the same language.
    Sometimes I have to work together with German collegues, my mastering of German isn't very well, but with UML it is very easy to communicate about design ideas.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. UML Of C Code
    By forumuser in forum C Programming
    Replies: 4
    Last Post: 11-08-2008, 07:08 AM
  2. UML...Do I need it?
    By GrasshopperEsq in forum C++ Programming
    Replies: 1
    Last Post: 05-06-2008, 05:28 AM
  3. UML & Rational Rose
    By ventolin in forum Tech Board
    Replies: 4
    Last Post: 02-05-2005, 04:45 AM
  4. priliminary UML diagram for beverage prog
    By curlious in forum C++ Programming
    Replies: 0
    Last Post: 12-22-2004, 02:47 PM
  5. UML and C++: Your Thoughts
    By Mister C in forum C++ Programming
    Replies: 5
    Last Post: 03-16-2003, 12:56 PM