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