949596979899100101102103104
executeStep(i, step); } else { if (currentBlock == null) { currentBlock = new StepBlock(step.getBlockIterationCount()); } currentBlock.addStep(step); if ((i == list.size() - 1) || (step.getBlockId() != list.get(i + 1).getBlockId())) { executeBlock(i, currentBlock); currentBlock = null;
9596979899100101102103104105
executeStep(i, step); } else { if (currentBlock == null) { currentBlock = new StepBlock(step.getBlockIterationCount()); } currentBlock.addStep(step); if ((i == list.size() - 1) || (step.getBlockId() != list.get(i + 1).getBlockId())) { executeBlock(i, currentBlock); currentBlock = null; }
8990919293949596979899
90919293949596979899100
9899100101102103104105106107108
} else { if (currentBlock == null) { currentBlock = new StepBlock(step .getBlockIterationCount()); } currentBlock.addStep(step); if ((i == list.size() - 1) || (step.getBlockId() != list.get(i + 1) .getBlockId())) { executeBlock(currentBlock);
93949596979899100101102103
104105106107108109110111112113114
{ if( currentBlock == null ) { currentBlock = new StepBlock( step.getBlockIterationCount() ); } currentBlock.addStep( step ); if( ( i == list.size()-1 ) || ( step.getBlockId() != list.get(i+1).getBlockId()) ) { executeBlock( currentBlock ); currentBlock = null;
919293949596979899100101