Uses of Enum Class
org.cytoscape.io.DataCategory
Package
Description
Handle import/export of Cytoscape data structures to/from local files/remote URLs.
API to provide data files as a bundle.
-
Uses of DataCategory in org.cytoscape.io
Modifier and TypeFieldDescriptionprotected final DataCategory
BasicCyFileFilter.category
Type of data that this filter applies to.Modifier and TypeMethodDescriptionfinal DataCategory
BasicCyFileFilter.getDataCategory()
CyFileFilter.getDataCategory()
The DataCategory supported by this filter.static DataCategory
Returns the enum constant of this class with the specified name.static DataCategory[]
DataCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
BasicCyFileFilter.accepts
(InputStream stream, DataCategory category) This method always returns false in this particular implementation.boolean
BasicCyFileFilter.accepts
(URI uri, DataCategory category) 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
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.ModifierConstructorDescriptionBasicCyFileFilter
(String[] extensions, String[] contentTypes, String description, DataCategory category, StreamUtil streamUtil) Creates a file filter from the specified arguments.BasicCyFileFilter
(Set<String> extensions, Set<String> contentTypes, String description, DataCategory category, StreamUtil streamUtil) Creates a file filter from the specified arguments. -
Uses of DataCategory in org.cytoscape.io.datasource
Modifier and TypeMethodDescriptionDataSource.getDataCategory()
DataCategory
of this data.DefaultDataSource.getDataCategory()
Modifier and TypeMethodDescriptionDataSourceManager.getAllCategories()
Returns all data categoriesModifier and TypeMethodDescriptionDataSourceManager.getDataSources
(DataCategory category) Returns all data sources under the given category.ModifierConstructorDescriptionDefaultDataSource
(String name, String provider, String description, DataCategory category, URL url) Constructor for the default data source.