Text part wrote about model

This commit is contained in:
joss 2025-06-10 18:34:02 +02:00
parent a000e15264
commit 3e469e9f5b
2 changed files with 13 additions and 1 deletions

View file

@ -17,6 +17,7 @@ import java.util.HashMap;
* UID als Key. Das erlaubt schnelle forward-lookups (also Suche nach Obj mit gegebener UID),
* was die deutlich häufiger ausgeführte Operation sein sollte.
*/
// TODO: Interface?
public class Model {
// die Hilfsvariable für das Singleton-Pattern