this.tableICMMetricsStep = new ComputeTableICMMetricsStep();
this.minorAxisLayoutStep = new InfiniteMinorAxisLayoutStep();
this.majorAxisLayoutStep = new InfiniteMajorAxisLayoutStep();
this.tableRowHeightStep = new TableRowHeightStep();
this.breakabilityStep = new ComputeBreakabilityStep();
this.paginationStep = new PaginationStep();
this.fillPhysicalPagesStep = new FillPhysicalPagesStep();
this.cleanPaginatedBoxesStep = new CleanPaginatedBoxesStep();
this.updateTokensStep = new UpdateTokensStep();
}
}