Class TableGenerator


  • public class TableGenerator
    extends Object
    This TableGenerator combines given CombineItems to tables. It knows two generation modes:

    1. full table: applies cell filters to columns and calculates the cartesian product afterwards

    2. minimal table: tries to use every item just once, but reuses items to fill otherwise incomplete rows. Table generation complies with cell and row filters