Merge branch 'main' of https://github.com/zlohbierdcul/RobotFactory
commit
3ca05973b8
|
@ -14,5 +14,5 @@
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* Luc Dreibholz (Matr.Nr.: 2210544)
|
* Luc Dreibholz (Matr.Nr.: 2210544)
|
||||||
* Stefan Müller (Matr.Nr.: _______)
|
* Stefan Müller (Matr.Nr.: 2210788)
|
||||||
* Roman Schöne (Matr.Nr.: 2211275)
|
* Roman Schöne (Matr.Nr.: 2211275)
|
|
@ -1,9 +1,10 @@
|
||||||
Required changes and extensions
|
Required changes and extensions
|
||||||
|
|
||||||
- new class T1000 inheriting from StarWarsRobot
|
- new class T1000 inheriting from RobotBluePrint
|
||||||
- additional case "T1000" in RobotFactory for creating T1000 instances
|
- additional case "T1000" in RobotFactory for creating T1000 instances
|
||||||
- test cases for T1000 class
|
- test cases for T1000 class
|
||||||
- test cases for instance creation in RobotFactory
|
- test cases for instance creation in RobotFactory
|
||||||
- implementation of think method for T1000
|
- implementation of think and speak method for T1000
|
||||||
|
- eventually implementation of sorting algorithm
|
||||||
- eventually override of other robot methods depending of the specification of the T1000
|
- eventually override of other robot methods depending of the specification of the T1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue