|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSource | |
|---|---|
| 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 | |
|---|---|
class |
DefaultDataSource
Basic implementation of DataSource. |
| Methods in org.cytoscape.io.datasource that return types with arguments of type DataSource | |
|---|---|
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 |
| Methods in org.cytoscape.io.datasource with parameters of type DataSource | |
|---|---|
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 |
|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||