Beispiel #1
0
 public void setStrategy(Istrategy algorithm)
 {
     this.algorithm = algorithm;
 }
Beispiel #2
0
 public Context(Istrategy Strategy)
 {
     this.ContextStrategy = Strategy;
 }