Clean - Architecture Erweiterung
This commit is contained in:
4
paul.qmd
4
paul.qmd
@ -306,12 +306,12 @@ flowchart TB
|
|||||||
A1[Controller_Frontend, CreateWindow, IOPorts, ToggleButtonGroupExt]
|
A1[Controller_Frontend, CreateWindow, IOPorts, ToggleButtonGroupExt]
|
||||||
end
|
end
|
||||||
subgraph Application Code
|
subgraph Application Code
|
||||||
A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer, InstructionDecoder, AssemblerProgram, PicThread]
|
A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer]
|
||||||
end
|
end
|
||||||
subgraph Kern
|
subgraph Kern
|
||||||
A3[Main.java]
|
A3[Main.java]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
A3 --> A1
|
||||||
A1 --> A2
|
A1 --> A2
|
||||||
A2 --> A3
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user