Clean - Architecture Erweiterung

This commit is contained in:
2025-05-31 01:21:52 +02:00
parent cf1bddd231
commit 9d393deaa7
3 changed files with 57 additions and 7 deletions

View File

@ -448,7 +448,8 @@ public class ExecutionState {
`Controller_Frontend` implementiert ein Interface, wodurch die Substituierbarkeit gemäß LSP gewährleistet ist:
```java
public class Controller_Frontend extends PICComponent implements FrontendControllerInterface { }
public class Controller_Frontend extends PICComponent
implements FrontendControllerInterface { }
public void resetPC() {
programCounter = 0;