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 class
DefaultDataSource
Basic 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 boolean
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
-