Uses of Interface
org.cytoscape.io.datasource.DataSource
-
Packages that use DataSource Package Description org.cytoscape.io.datasource API to provide data files as a bundle. -
-
Uses of DataSource in org.cytoscape.io.datasource
Classes in org.cytoscape.io.datasource that implement DataSource Modifier and Type Class Description classDefaultDataSourceBasic implementation ofDataSource.Methods in org.cytoscape.io.datasource that return types with arguments of type DataSource Modifier and Type Method Description Collection<DataSource>DataSourceManager. getAllDataSources()Returns all data sources registered as OSGi servicesCollection<DataSource>DataSourceManager. getDataSources(String providerName)Returns all data sources from a data providerCollection<DataSource>DataSourceManager. getDataSources(DataCategory category)Returns all data sources under the given category.Methods in org.cytoscape.io.datasource with parameters of type DataSource Modifier and Type Method Description booleanDataSourceManager. 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
-