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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setup(Table table, Column[] columns)
Prepare columns (with their table) for this merge strategy.-
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
-
-