public class MedianNumber extends Object implements org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
| Modifier and Type | Field and Description |
|---|---|
private org.gephi.graph.api.Column |
column |
private BigDecimal |
result |
private org.gephi.graph.api.Element[] |
rows |
| Constructor and Description |
|---|
MedianNumber() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
void |
execute() |
String |
getDescription() |
Icon |
getIcon() |
String |
getName() |
int |
getPosition() |
Object |
getReducedValue() |
int |
getType() |
org.gephi.datalab.spi.ManipulatorUI |
getUI() |
void |
setup(org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Column column) |
private org.gephi.graph.api.Element[] rows
private org.gephi.graph.api.Column column
private BigDecimal result
public void setup(org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Column column)
setup in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategypublic Object getReducedValue()
getReducedValue in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategypublic void execute()
execute in interface org.gephi.datalab.spi.Manipulatorpublic String getName()
getName in interface org.gephi.datalab.spi.Manipulatorpublic String getDescription()
getDescription in interface org.gephi.datalab.spi.Manipulatorpublic boolean canExecute()
canExecute in interface org.gephi.datalab.spi.Manipulatorpublic org.gephi.datalab.spi.ManipulatorUI getUI()
getUI in interface org.gephi.datalab.spi.Manipulatorpublic int getType()
getType in interface org.gephi.datalab.spi.Manipulatorpublic int getPosition()
getPosition in interface org.gephi.datalab.spi.Manipulatorpublic Icon getIcon()
getIcon in interface org.gephi.datalab.spi.ManipulatorCopyright © 2007–2015 Gephi Consortium. All rights reserved.