Update home authored by Christian Zirkelbach's avatar Christian Zirkelbach
......@@ -2,6 +2,7 @@
Welcome to the Software Engineering wiki of the Kiel university. This wiki serves as a collection of examples, mainly to be used for students in the courses Softwaretechnik and Softwareprojekt. Currtently, it contains the following examples for using the **UML** (Unified Modeling Language):
## Diagrams
* [Activity Diagram](uml/activity-diagram)
* [Class Diagram](uml/class-diagram)
* [Component Diagram](uml/component-diagram)
......@@ -9,4 +10,7 @@ Welcome to the Software Engineering wiki of the Kiel university. This wiki serve
* [Sequence Diagram](uml/sequence-diagram)
* [State Machine Diagram](uml/state-machine-diagram)
* [Use case Diagram](uml/use-case-diagram)
* [Data Types](uml/data-types)
\ No newline at end of file
## Miscellaneous
* [Data Types](uml/data-types)
* [Associations](uml/associations)
\ No newline at end of file