| Package | Description |
|---|---|
| org.gephi.datalab.api |
Data Laboratory API, all capabilites are exposed through various controllers.
|
| org.gephi.datalab.impl |
| Modifier and Type | Method and Description |
|---|---|
static AttributeColumnsMergeStrategiesController.BooleanOperations |
AttributeColumnsMergeStrategiesController.BooleanOperations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeColumnsMergeStrategiesController.BooleanOperations[] |
AttributeColumnsMergeStrategiesController.BooleanOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Column |
AttributeColumnsMergeStrategiesController.booleanLogicOperationsMerge(org.gephi.graph.api.Table table,
org.gephi.graph.api.Column[] columnsToMerge,
AttributeColumnsMergeStrategiesController.BooleanOperations[] booleanOperations,
String newColumnTitle)
Strategy to apply only to all boolean columns.
|
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Column |
AttributeColumnsMergeStrategiesControllerImpl.booleanLogicOperationsMerge(org.gephi.graph.api.Table table,
org.gephi.graph.api.Column[] columnsToMerge,
AttributeColumnsMergeStrategiesController.BooleanOperations[] booleanOperations,
String newColumnTitle) |
Copyright © 2007–2016 Gephi Consortium. All rights reserved.