From 19338fb1f49c8d89a24ff1d00512fb125b4160e2 Mon Sep 17 00:00:00 2001 From: Philipp3107 Date: Thu, 8 Dec 2022 15:49:18 +0100 Subject: [PATCH] updated README --- README.md | 100 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 89 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 06b9c19..8bce4aa 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,34 @@ - Cedric Hermann Matr. : 2210943; - XXXXXXX XXXXX Matr. : XXXXXXX; +# Overview + ## Packages - * [Domain](#domain) + * [C3P0](#-c3po-) + * [R2D2](#-r2d2-) * [Facade](#facade) + * [Factrory](#factory) * [Infrastructure](#infratructure) * [UI](#ui) +## Sidefiles +* [Main] +* [makefile] + ## Domain -

- R2D2 -

+

Klasse R2D2

+ +### Variables: +``` +``` +___ + +### Mathods: +``` +``` + +

Klasse C3PO

### Variables: @@ -37,25 +54,86 @@ ___ ``` ``` -

C3PO

- - -### Variables: -``` -``` -___ +

Interface Robot

### Mathods: ``` ``` + +

Interface RobotControl

+ +### Mathods: +``` +``` + +

Interface RobotInstructions

+ +### Mathods: +``` +``` + + ## facade +

Klasse Factory

+ +### Variables: +``` +``` +___ + +### Mathods: +``` +``` + ## infratructure +

Klasse Persistenz

+ +### Variables: +``` +``` +___ + +### Mathods: +``` +``` + ## UI +

Klasse UI

+### Variables: +``` +``` +___ + +### Mathods: +``` +``` + +

Klasse Main

+ +### Variables: +``` +``` +___ + +### Mathods: +``` +``` + +

makefile for Git updates

+ +### Variables: +``` +``` +___ + +### Mathods: +``` +``` ## Aufgabe