Interface FabriqueMachineCafe

All Known Implementing Classes:
FabriqueMachineCafe1, FabriqueMachineCafe2

public abstract interface FabriqueMachineCafe


Method Summary
 ControleAbstrait creeControle()
           
 MachineCafe creeMachineCafe()
           
 ModeleAbstrait creeModele()
           
 VueAbstraite creeVue()
           
 

Method Detail

creeMachineCafe

public MachineCafe creeMachineCafe()

creeVue

public VueAbstraite creeVue()

creeControle

public ControleAbstrait creeControle()

creeModele

public ModeleAbstrait creeModele()