Clean - Architecture Erweiterung
This commit is contained in:
3
luca.qmd
3
luca.qmd
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user