| Package | Description |
|---|---|
| org.gephi.datalab.api |
Data Laboratory API, all capabilites are exposed through various controllers.
|
| org.gephi.datalab.impl | |
| org.gephi.datalab.spi.rows.merge |
| Modifier and Type | Method and Description |
|---|---|
AttributeRowsMergeStrategy[] |
DataLaboratoryHelper.getAttributeRowsMergeStrategies()
Prepares an array that has one new instance of every AttributeRowsMergeStrategy implementation that is registered.
|
AttributeRowsMergeStrategy |
DataLaboratoryHelper.getAttributeRowsMergeStrategyByName(String name)
Returns the AttributeRowsMergeStrategy with that class name or null if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Node |
GraphElementsController.mergeNodes(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node selectedNode,
org.gephi.graph.api.Column[] columns,
AttributeRowsMergeStrategy[] mergeStrategies,
boolean deleteMergedNodes)
Merges 2 or more nodes into a new one node that has all the edges of the merged nodes.
|
void |
AttributeColumnsController.mergeRowsValues(org.gephi.graph.api.Column[] columns,
AttributeRowsMergeStrategy[] mergeStrategies,
org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Element resultRow)
Merges the given rows values to the given result row using one merge strategy for each column of the table.
|
boolean |
DataLaboratoryHelper.showAttributeRowsMergeStrategyUIDialog(AttributeRowsMergeStrategy m)
This method shows the UI of an AttributeRowsMergeStrategy if it is provided and the AttributeRowsMergeStrategy can be executed.
|
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Node |
GraphElementsControllerImpl.mergeNodes(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node selectedNode,
org.gephi.graph.api.Column[] columns,
AttributeRowsMergeStrategy[] mergeStrategies,
boolean deleteMergedNodes) |
void |
AttributeColumnsControllerImpl.mergeRowsValues(org.gephi.graph.api.Column[] columns,
AttributeRowsMergeStrategy[] mergeStrategies,
org.gephi.graph.api.Element[] rows,
org.gephi.graph.api.Element selectedRow,
org.gephi.graph.api.Element resultRow) |
| Modifier and Type | Method and Description |
|---|---|
AttributeRowsMergeStrategy |
AttributeRowsMergeStrategyBuilder.getAttributeRowsMergeStrategy() |
Copyright © 2007–2016 Gephi Consortium. All rights reserved.