![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2008
Posts: 2
Rep Power: 0
![]() |
Is it possible to have web page that can allow other users to draw UML diagrams?
|
|
|
|
|
|
#2 |
|
Newbie
Join Date: Jul 2008
Posts: 2
Rep Power: 0
![]() |
Re: UML Diagrams
Unified Modeling Language ("UML") is the industry standard "language" for describing, visualizing, and documenting object-oriented (OO) systems. UML is a collection of a variety of diagrams for differing purposes. Each type of diagram models a particular aspect of OO design in an easy to understand, visual manner. The UML standard specifies exactly how the diagrams are to be drawn and what each component in the diagram means. UML is not dependent on any particular programming language, instead it focuses one the fundamental concepts and ideas that model a system. Using UML enables anyone familiar with its specifications to instantly read and understand diagrams drawn by other people. There are UML diagram for modeling static class relationships, dynamic temporal interactions between objects, the usages of objects, the particulars of an implementation, and the state transitions of systems
In general, a UML diagram consists of the following features: Entities: These may be classes, objects, users or systems behaviors. Relationship Lines that model the relationships between entities in the system. Generalization -- a solid line with an arrow that points to a higher abstraction of the present item. Association -- a solid line that represents that one entity uses another entity as part of its behavior. Dependency -- a dotted line with an arrowhead that shows one entity depends on the behavior of another entity. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UML diagram??? | kamen | Other Web Development Languages | 6 | Jul 17th, 2008 3:19 PM |
| Question about UML diagrams | Grich | Software Design and Algorithms | 3 | Jun 11th, 2008 12:43 AM |
| UML Use Case Diagrams - Generalization vs Extends | hoffmandirt | Software Design and Algorithms | 4 | Apr 12th, 2006 11:58 AM |
| Help with Venn Diagrams? | trm620 | Other Programming Languages | 1 | Jun 4th, 2005 11:49 AM |