|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSourceManager
Entry point to access all data sources implemented as OSGi services.
Once someone export DataSource
as an OSGi service, this object
automatically add the source and it is accessible by users.
Method Summary | |
---|---|
Collection<DataSource> |
getAllDataSources()
Returns all data sources registered as OSGi services |
Collection<DataSource> |
getDataSources(DataCategory category)
Returns all data sources under the given category. |
Collection<DataSource> |
getDataSources(String providerName)
Returns all data sources from a data provider |
Method Detail |
---|
Collection<DataSource> getDataSources(DataCategory category)
category
- Category of the data source. Network, Table, etc.
Collection<DataSource> getDataSources(String providerName)
providerName
- name of the data provider
Collection<DataSource> getAllDataSources()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |