Skip navigation links

Package org.gephi.datalab.api

Data Laboratory API, all capabilites are exposed through various controllers.

See: Description

Package org.gephi.datalab.api Description

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

Skip navigation links

Copyright © 2007–2015 Gephi Consortium. All rights reserved.