Uses of Interface
org.cytoscape.io.datasource.DataSource
-
Uses of DataSource in org.cytoscape.io.datasource
Modifier and TypeMethodDescriptionDataSourceManager.getAllDataSources()
Returns all data sources registered as OSGi servicesDataSourceManager.getDataSources(String providerName)
Returns all data sources from a data providerDataSourceManager.getDataSources(DataCategory category)
Returns all data sources under the given category.Modifier and TypeMethodDescriptionboolean
DataSourceManager.containsDataSource(DataSource pDataSource)
Check if a DataSource already existed in the DataSourceManagerboolean
DataSourceManager.deleteDataSource(DataSource pDataSource)
Remove a DataSource from the DataSourceManagervoid
DataSourceManager.saveDataSource(DataSource pDataSource)
Save a DataSource to the DataSourceManager