Uses of Interface
org.cytoscape.io.datasource.DataSource
Packages that use DataSource
-
Uses of DataSource in org.cytoscape.io.datasource
Classes in org.cytoscape.io.datasource that implement DataSourceMethods in org.cytoscape.io.datasource that return types with arguments of type DataSourceModifier 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.Methods in org.cytoscape.io.datasource with parameters of type DataSourceModifier and TypeMethodDescriptionbooleanDataSourceManager.containsDataSource(DataSource pDataSource) Check if a DataSource already existed in the DataSourceManagerbooleanDataSourceManager.deleteDataSource(DataSource pDataSource) Remove a DataSource from the DataSourceManagervoidDataSourceManager.saveDataSource(DataSource pDataSource) Save a DataSource to the DataSourceManager