Uses of Interface
org.gephi.datalab.spi.general.GeneralActionsManipulator
-
Packages that use GeneralActionsManipulator Package Description org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers. -
-
Uses of GeneralActionsManipulator in org.gephi.datalab.api
Methods in org.gephi.datalab.api that return GeneralActionsManipulator Modifier and Type Method Description GeneralActionsManipulator
DataLaboratoryHelper. getGeneralActionsManipulatorByName(String name)
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not existGeneralActionsManipulator[]
DataLaboratoryHelper. getGeneralActionsManipulators()
Prepares an array with one instance of every GeneralActionsManipulator that is registered.
-