|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCategory | |
---|---|
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. |
Uses of DataCategory in org.cytoscape.io |
---|
Fields in org.cytoscape.io declared as DataCategory | |
---|---|
protected DataCategory |
BasicCyFileFilter.category
Type of data that this filter applies to. |
Methods in org.cytoscape.io that return DataCategory | |
---|---|
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. |
Methods in org.cytoscape.io with parameters of type DataCategory | |
---|---|
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. |
Constructors in org.cytoscape.io with parameters of type DataCategory | |
---|---|
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. |
Uses of DataCategory in org.cytoscape.io.datasource |
---|
Methods in org.cytoscape.io.datasource that return DataCategory | |
---|---|
DataCategory |
DefaultDataSource.getDataCategory()
|
DataCategory |
DataSource.getDataCategory()
DataCategory of this data. |
Methods in org.cytoscape.io.datasource with parameters of type DataCategory | |
---|---|
Collection<DataSource> |
DataSourceManager.getDataSources(DataCategory category)
Returns all data sources under the given category. |
Constructors in org.cytoscape.io.datasource with parameters of type DataCategory | |
---|---|
DefaultDataSource(String name,
String provider,
String description,
DataCategory category,
URL url)
Constructor for the default data source. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |