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

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

public class Creator2
extends ACreator

Author:
brunot

Constructor Summary
Creator2()
          Constructeur pour Creator2
 
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

Creator2

public Creator2()
Constructeur pour Creator2

Method Detail

createProduct

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