vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Universal Modeling Language … why you need models? Models are necessary to communicate, to stabilize abstractions as a reference for the implementation and maintenance and you need an agreement on the notation and formalisms in which you express your models
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Unified Modeling Language Introduction Class diagrams Use cases Interaction diagrams Package and deployment diagrams State and activity diagrams Discussion
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie The Unified Modeling Language (UML) resulted from a joint effort of leading experts in object-oriented analysis and design, Grady Booch, Jim Rumbaugh and Ivar Jacobson, also known as the three amigos, all currently employees of Rational.
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Unified Modeling Language class diagrams -- conceptual structure use cases -- functional requirements interaction diagrams -- operational characteristics package and deployment diagrams -- implementation state and activity diagrams -- dynamic behavior UML See and UML Distilled, [Fowler97].
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Class diagrams
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Use cases
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Interaction diagrams
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Package and component diagrams
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie State and activity diagrams
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Event annotations event(arguments)[conditions]/action
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Discussion
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie The UML toolbox is very rich. It allows you to model every conceivable aspect of the system. Nevertheless, to my mind, graphical models are not always appropriate. But, on the other hand, most people like them and they often make a good impression, suggesting clarity...
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Examples - interactive drawing tool - the reactor pattern (events) - business process modeling - the observer pattern
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Interactive drawing tool
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Reactor (event-handling) pattern
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Reactor - Interaction diagram (events)
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Business process modeling
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie (simulation) event state transition diagram
vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Observer Pattern