Uses of Interface
org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
-
Packages that use AttributeRowsMergeStrategy Package Description org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers.org.gephi.datalab.spi.rows.merge -
-
Uses of AttributeRowsMergeStrategy in org.gephi.datalab.api
Methods in org.gephi.datalab.api that return AttributeRowsMergeStrategy Modifier and Type Method 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 existMethods in org.gephi.datalab.api with parameters of type AttributeRowsMergeStrategy Modifier and Type Method Description Node
GraphElementsController. mergeNodes(Graph graph, Node[] nodes, Node selectedNode, 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(Column[] columns, AttributeRowsMergeStrategy[] mergeStrategies, Element[] rows, Element selectedRow, 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. -
Uses of AttributeRowsMergeStrategy in org.gephi.datalab.spi.rows.merge
Methods in org.gephi.datalab.spi.rows.merge that return AttributeRowsMergeStrategy Modifier and Type Method Description AttributeRowsMergeStrategy
AttributeRowsMergeStrategyBuilder. getAttributeRowsMergeStrategy()
-