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

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

public class Creator1
extends ACreator

Author:
brunot

Constructor Summary
Creator1()
          Constructeur pour Creator1
 
Method Summary
 AProduct createProduct()
           
 
Methods inherited from class com.isima.zz3.advjava.tp1.strategyandfactorymethod.ACreator
getStrategy, operation, setStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Creator1

public Creator1()
Constructeur pour Creator1

Method Detail

createProduct

public AProduct createProduct()
Specified by:
createProduct in class ACreator