updated README

main
Philipp3107 2022-12-08 15:49:18 +01:00
parent 4afd4fb4c1
commit 19338fb1f4
1 changed files with 89 additions and 11 deletions

100
README.md
View File

@ -15,17 +15,34 @@
- Cedric Hermann Matr. : 2210943; - Cedric Hermann Matr. : 2210943;
- XXXXXXX XXXXX Matr. : XXXXXXX; - XXXXXXX XXXXX Matr. : XXXXXXX;
## Packages # Overview
## Packages
* [Domain](#domain) * [Domain](#domain)
* [C3P0](#-c3po-)
* [R2D2](#-r2d2-)
* [Facade](#facade) * [Facade](#facade)
* [Factrory](#factory)
* [Infrastructure](#infratructure) * [Infrastructure](#infratructure)
* [UI](#ui) * [UI](#ui)
## Sidefiles
* [Main]
* [makefile]
## Domain ## Domain
<h2 align="center"> <h2 align="center"> Klasse R2D2 </h2>
R2D2
</h2> ### Variables:
```
```
___
### Mathods:
```
```
<h2 align="center"> Klasse C3PO </h2>
### Variables: ### Variables:
@ -37,25 +54,86 @@ ___
``` ```
``` ```
<h2 align="center"> C3PO </h2> <h2 align="center"> Interface Robot </h2>
### Variables:
```
```
___
### Mathods: ### Mathods:
``` ```
``` ```
<h2 align="center"> Interface RobotControl </h2>
### Mathods:
```
```
<h2 align="center"> Interface RobotInstructions </h2>
### Mathods:
```
```
## facade ## facade
<h2 align="center"> Klasse Factory </h2>
### Variables:
```
```
___
### Mathods:
```
```
## infratructure ## infratructure
<h2 align="center"> Klasse Persistenz </h2>
### Variables:
```
```
___
### Mathods:
```
```
## UI ## UI
<h2 align="center"> Klasse UI </h2>
### Variables:
```
```
___
### Mathods:
```
```
<h2 align="center"> Klasse Main </h2>
### Variables:
```
```
___
### Mathods:
```
```
<h2 align="center"> makefile for Git updates </h2>
### Variables:
```
```
___
### Mathods:
```
```
## Aufgabe ## Aufgabe