Exemple #1
0
 public override void Pull(ProductionChain prodChain)
 {
     prodChain.NextState(new Initialized());
 }
Exemple #2
0
 public override void Pull(ProductionChain prodChain)
 {
     prodChain.NextState(new PreManufacturing());
 }
 public override void Pull(ProductionChain prodChain)
 {
     prodChain.NextState(new Terminated());
 }