public interface DataSource
Module: datasource-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>datasource-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
DataCategory |
getDataCategory()
DataCategory of this data. |
String |
getDescription()
Description for this data.
|
URL |
getLocation()
Location of this data file.
|
String |
getName()
Name of this data source
|
String |
getProvider()
Name of this data provider for this source.
|
String getProvider()
String getName()
String getDescription()
DataCategory getDataCategory()
DataCategory
of this data.URL getLocation()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.