public class SuperController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SuperModel |
model
Mathematisches Model,
enthaelt Funktionalitaet des Problems.
|
protected SuperView |
view
Zum Controller gehoeriger View.
|
| Constructor and Description |
|---|
SuperController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(SuperModel m,
SuperView v)
Initialisiert Model und View.
|
void |
release()
Deinstalliert MVC,
setzt Model und View zurück.
|
protected SuperModel model
protected SuperView view
public void initialize(SuperModel m, SuperView v)
m - Mathematisches Modellv - zum Controller gehoeriger Viewpublic void release()