Package | Description |
---|---|
org.cytoscape.io |
Handle import/export of Cytoscape data structures to/from local files/remote URLs.
|
org.cytoscape.io.datasource |
API to provide data files as a bundle.
|
Modifier and Type | Field and Description |
---|---|
protected DataCategory |
BasicCyFileFilter.category
Type of data that this filter applies to.
|
Modifier and Type | Method and Description |
---|---|
DataCategory |
CyFileFilter.getDataCategory()
The DataCategory supported by this filter.
|
DataCategory |
BasicCyFileFilter.getDataCategory()
The DataCategory supported by this filter.
|
static DataCategory |
DataCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCategory[] |
DataCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CyFileFilter.accepts(InputStream stream,
DataCategory category)
A method that attempts to determine whether the specified InputStream can be read
by the Reader using this filter.
|
boolean |
BasicCyFileFilter.accepts(InputStream stream,
DataCategory category)
This method always returns false in this particular implementation.
|
boolean |
CyFileFilter.accepts(URI uri,
DataCategory category)
A method that attempts to determine whether the specified URI can be read
by the Reader using this filter.
|
boolean |
BasicCyFileFilter.accepts(URI uri,
DataCategory category)
A method that attempts to determine whether the specified URI can be read
by the Reader using this filter.
|
Constructor and Description |
---|
BasicCyFileFilter(Set<String> extensions,
Set<String> contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments.
|
BasicCyFileFilter(String[] extensions,
String[] contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
DataCategory |
DefaultDataSource.getDataCategory() |
DataCategory |
DataSource.getDataCategory()
DataCategory of this data. |
Modifier and Type | Method and Description |
---|---|
Collection<DataCategory> |
DataSourceManager.getAllCategories()
Returns all data categories
|
Modifier and Type | Method and Description |
---|---|
Collection<DataSource> |
DataSourceManager.getDataSources(DataCategory category)
Returns all data sources under the given category.
|
Constructor and Description |
---|
DefaultDataSource(String name,
String provider,
String description,
DataCategory category,
URL url)
Constructor for the default data source.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.