|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.isima.zz3.advjava.tp1.strategyandfactorymethod.ACreator
public abstract class ACreator
| Constructor Summary | |
|---|---|
ACreator()
|
|
| Method Summary | |
|---|---|
abstract AProduct |
createProduct()
|
AStrategy |
getStrategy()
Getter of the property strategy_ |
void |
operation()
Opération quelconque. |
protected void |
setStrategy(AStrategy strategy)
Setter of the property strategy_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACreator()
| Method Detail |
|---|
public abstract AProduct createProduct()
public AStrategy getStrategy()
protected void setStrategy(AStrategy strategy)
strategy - The strategy_ to set.public void operation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||