Package | Description |
---|---|
org.cytoscape.io.datasource |
API to provide data files as a bundle.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataSource
Basic implementation of
DataSource . |
Modifier and Type | Method and Description |
---|---|
Collection<DataSource> |
DataSourceManager.getAllDataSources()
Returns all data sources registered as OSGi services
|
Collection<DataSource> |
DataSourceManager.getDataSources(DataCategory category)
Returns all data sources under the given category.
|
Collection<DataSource> |
DataSourceManager.getDataSources(String providerName)
Returns all data sources from a data provider
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataSourceManager.containsDataSource(DataSource pDataSource)
Check if a DataSource already existed in the DataSourceManager
|
boolean |
DataSourceManager.deleteDataSource(DataSource pDataSource)
Remove a DataSource from the DataSourceManager
|
void |
DataSourceManager.saveDataSource(DataSource pDataSource)
Save a DataSource to the DataSourceManager
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.