Thursday, July 19, 2007
AS I read a book by powell douglass on design patterns in real time systems, I passed through a section on UML and learnt that UML is
These are the basic principles which made UML a universal standard.
UML tries to represent the real-context of a software system by modeling
- semantics, vocabulary for common definition of system thought
- synthetic in the sense that it is applicable creatively to represent real world scenarios
- succinct and simple to represent, though many people believe that UML is complex to understand and use and finally
- standards, to ensure that the presentation is understand the same across locations and time
These are the basic principles which made UML a universal standard.
UML tries to represent the real-context of a software system by modeling
- Structure
- Class diagrams, deployment diagrams
- Behavior
- sequence diagrams, activity diagrams, use case diagrams
- Function
- state chart, use case,