Interface AttributeColumnsMergeStrategy

  • All Superinterfaces:
    Manipulator

    public interface AttributeColumnsMergeStrategy
    extends Manipulator

    Service for defining strategies for merging attribute columns of a table.

    Has the same interface as a manipulator.

    Author:
    Eduardo Ramos
    See Also:
    Manipulator
    • Method Detail

      • setup

        void setup​(Table table,
                   Column[] columns)
        Prepare columns (with their table) for this merge strategy. At least 1 column will be set up to merge always.
        Parameters:
        table - Table of the columns
        columns - Columns to merge