updated README

main
Philipp3107 2022-12-09 11:18:19 +01:00
parent 2aafdb2a7a
commit 85941fcc06
1 changed files with 78 additions and 16 deletions

View File

@ -17,7 +17,7 @@
# Overview
## Packages
* ### [Domain](#domain)
* ### [Domain](#domain-1)
* [R2D2](#-klasse-r2d2-)
* [R2D2Test](#-testklasse-r2d2test-)
* [C3P0](#-klasse-c3po-)
@ -47,7 +47,7 @@
* [makefile](#-makefile-for-Git-updates-)
## Domain
<h2 align="center"> Klasse R2D2 </h2>
<h2 align="center"> Class R2D2 </h2>
### Variables:
`--not set yet--`
@ -56,7 +56,9 @@ ___
### Methods:
`public R2D2():R2D2`
<h2 align="center"> TestKlasse R2D2Test </h2>
<h2 align="center">
TestClass R2D2Test
</h2>
### Variables:
@ -84,7 +86,9 @@ ___
<h2 align="center"> Klasse C3PO </h2>
<h2 align="center">
Class C3PO
</h2>
### Variables:
@ -96,11 +100,63 @@ ___
`public C3PO(): C3PO`
<h2 align="center">
TestClass C3PO
</h2>
### Variables:
`public int id`
`public String name`
`public C3PO Herbert`
___
### Methods:
`@BeforeEach`
`setup():void`
`@Test`
`getId():void`
`getName():void`
`triggerPowerSwitch():void`
`iPowerOn():void`
<h2 align="center">
Class RobotBasics
</h2>
### Variables:
`private int id`
`private String name`
`private boolean power`
___
### Methods:
`public RobotBasics():RobotBasics`
`public getId():int`
`public getName():String`
`public triggerPowerSwitch():void`
`public ìsPowerOn():boolean`
`public speak():String`
`public think():int[]`
## facade
<h2 align="center"> Klasse Factory </h2>
<h2 align="center"> Class Factory </h2>
### Variables:
`--not set yet--`
@ -111,7 +167,7 @@ ___
## Infrastructure
<h2 align="center"> Klasse Persistenz </h2>
<h2 align="center"> Class Persistenz </h2>
### Variables:
`--not set yet--`
@ -124,36 +180,42 @@ ___
### exceptions
<h2 align="center"> Class RobotException </h2>
<h2 align="center">
Class RobotException
</h2>
### Methods:
#### Methods:
`public RobotException():Exception`
<h2 align="center"> Class RobotIllegalStateException </h2>
### Methods:
#### Methods:
`public RobotIllegalStateException():RobotException`
<h2 align="center"> Class RobotMagicValueException </h2>
### Methods:
#### Methods:
`public RobotMagicValueException():RobotException`
### interfaces
<h2 align="center"> Interface Robot </h2>
<h2 align="center">
Interface Robot </h2>
### Methods:
#### Methods:
`--not set yet--`
<h2 align="center"> Interface RobotControl </h2>
<h2 align="center">
Interface RobotControl
</h2>
### Methods:
`--not set yet--`
<h2 align="center"> Interface RobotInstructions </h2>
<h2 align="center">
Interface RobotInstructions </h2>
### Methods:
`--not set yet--`
@ -161,7 +223,7 @@ ___
## UI
<h2 align="center"> Klasse UI </h2>
<h2 align="center"> Class UI </h2>
### Variables:
`--not set yet--`
@ -173,7 +235,7 @@ ___
<h2 align="center"> Klasse Main </h2>
<h2 align="center"> Class Main </h2>
### Variables:
`--not set yet--`