com.isima.zz3.advjava.tp1.factorymethod
Class Creator1

java.lang.Object
  extended by com.isima.zz3.advjava.tp1.factorymethod.ACreator
      extended by com.isima.zz3.advjava.tp1.factorymethod.Creator1

public class Creator1
extends ACreator

Author:
brunot

Constructor Summary
Creator1()
           
 
Method Summary
 IProduct createProduct()
          Création d'un produit concret.
 
Methods inherited from class com.isima.zz3.advjava.tp1.factorymethod.ACreator
operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Creator1

public Creator1()
Method Detail

createProduct

public IProduct createProduct()
Création d'un produit concret.

Specified by:
createProduct in class ACreator