public interface AttributeRowsMergeStrategy extends Manipulator
Service for defining strategies for merging a column of rows of a table.
Has the same interface as a manipulator.
When a RowsMergeStrategy is executed it must reduce all values to one that should be returned later when getReducedValue is called
Manipulator| Modifier and Type | Method and Description |
|---|---|
Object |
getReducedValue()
This method is always called after the strategy is set up and executed.
|
void |
setup(org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Column column)
Prepare column and rows for this merge strategy.
|
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUIvoid setup(org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Column column)
rows - Rows to mergeselectedRow - Main row of the row group to mergecolumn - Column to mergeObject getReducedValue()
Copyright © 2007–2016 Gephi Consortium. All rights reserved.