| Class | Description |
|---|---|
| ClearColumnData |
AttributeColumnsManipulator that clears all data of a Column of a AttributeTable.
|
| ColumnValuesFrequency |
AttributeColumnsManipulator that shows a report with a list of the different values of a column and their frequency of appearance.
|
| ConvertColumnToDynamic | |
| CopyDataToOtherColumn |
AttributeColumnsManipulator that copies data from a Column of a Table to other AttributeColumn.
|
| CreateBooleanMatchesColumn |
AttributeColumnsManipulator that creates a new boolean column from the given column and regular expression with boolean values that indicate if
each of the old column values match the regular expression.
|
| CreateFoundGroupsListColumn |
AttributeColumnsManipulator that creates a new string list column from the given column and regular expression with values that are
the list of matching groups of the given regular expression.
|
| DeleteColumn |
AttributeColumnsManipulator that deletes a Column of a AttributeTable.
|
| DuplicateColumn |
AttributeColumnsManipulator that duplicate a Column of a Table setting the same values for the rows.
|
| FillColumnWithValue |
AttributeColumnsManipulator that fills an Column with the value that the user provides in the UI.
|
| GeneralCreateColumnFromRegex |
General abstract class for AttributeColumnManipulators that create a new column from a regular expression and another column.
|
| NegateBooleanColumn |
AttributeColumnsManipulator that negates the not null values of a boolean or boolean list column.
|
| NumberColumnStatisticsReport |
AttributeColumnsManipulator that shows a report with statistics values and charts of a number/number list column.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.