Uses of Class
org.gephi.datalab.api.AttributeColumnsMergeStrategiesController.BooleanOperations
-
Packages that use AttributeColumnsMergeStrategiesController.BooleanOperations Package Description org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers. -
-
Uses of AttributeColumnsMergeStrategiesController.BooleanOperations in org.gephi.datalab.api
Methods in org.gephi.datalab.api that return AttributeColumnsMergeStrategiesController.BooleanOperations Modifier and Type Method 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.Methods in org.gephi.datalab.api with parameters of type AttributeColumnsMergeStrategiesController.BooleanOperations Modifier and Type Method Description Column
AttributeColumnsMergeStrategiesController. booleanLogicOperationsMerge(Table table, Column[] columnsToMerge, AttributeColumnsMergeStrategiesController.BooleanOperations[] booleanOperations, String newColumnTitle)
Strategy to apply only to all boolean columns.
-