Definition der Schnittstellen für alle wichtigen Merkmale des Modells. z.B.: Properties erfordern get/set-Methode: public <ProType> getX(); public void setX(<ProType> wert); Viele weitere Pattern für spezielle Properties und Events!
get
set
public <ProType> getX(); public void setX(<ProType> wert);