Package org.gephi.datalab.api
Data Laboratory API, all capabilites are exposed through various controllers.
Use the various controllers to perform the same actions programatically
as the Data Laboratory UI is doing. Use Lookup
to find
controllers, for instance:
AttributeColumnsController acc = Lookup.getDefault().lookup(AttributeColumnsController.class);
Note that all operations are done on the current workspace
-
Interface Summary Interface Description AttributeColumnsController This interface defines part of the Data Laboratory API basic actions.AttributeColumnsMergeStrategiesController This interface defines part of the Data Laboratory API basic actions.GraphElementsController This interface defines part of the Data Laboratory API basic actions.SearchReplaceController Independent controller for search/replace feature. -
Class Summary Class Description DataLaboratoryHelper Helper class for simplifying the use of Data Laboratory API and SPI.SearchReplaceController.SearchOptions Class that wraps the different possible options of search and provides various useful constructors.SearchReplaceController.SearchResult Class that wraps the result of a search contaning the search options used for this result and the node or edge, row, column and start-end index of the value where ocurrence was found. -
Enum Summary Enum Description AttributeColumnsMergeStrategiesController.BooleanOperations Enumeration that defines the supported logic operations for a merge withbooleanLogicOperationsMerge
strategy.