|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeColumnsMergeStrategy
Service for defining strategies for merging attribute columns of a table.
Has the same interface as a manipulator.
Manipulator
Method Summary | |
---|---|
void |
setup(AttributeTable table,
AttributeColumn[] 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 |
Method Detail |
---|
void setup(AttributeTable table, AttributeColumn[] columns)
table
- Table of the columnscolumns
- Columns to merge
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |