Uses of Enum Class
org.cytoscape.io.DataCategory
Packages that use 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
Fields in org.cytoscape.io declared as DataCategoryModifier and TypeFieldDescriptionprotected final DataCategoryBasicCyFileFilter.categoryType of data that this filter applies to.Methods in org.cytoscape.io that return DataCategoryModifier and TypeMethodDescriptionfinal DataCategoryBasicCyFileFilter.getDataCategory()CyFileFilter.getDataCategory()The DataCategory supported by this filter.static DataCategoryReturns 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.Methods in org.cytoscape.io with parameters of type DataCategoryModifier and TypeMethodDescriptionbooleanBasicCyFileFilter.accepts(InputStream stream, DataCategory category) This method always returns false in this particular implementation.booleanBasicCyFileFilter.accepts(URI uri, DataCategory category) booleanCyFileFilter.accepts(InputStream stream, DataCategory category) A method that attempts to determine whether the specified InputStream can be read by the Reader using this filter.booleanCyFileFilter.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 DataCategoryModifierConstructorDescriptionBasicCyFileFilter(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
Methods in org.cytoscape.io.datasource that return DataCategoryModifier and TypeMethodDescriptionDataSource.getDataCategory()DataCategoryof this data.DefaultDataSource.getDataCategory()Methods in org.cytoscape.io.datasource that return types with arguments of type DataCategoryModifier and TypeMethodDescriptionDataSourceManager.getAllCategories()Returns all data categoriesMethods in org.cytoscape.io.datasource with parameters of type DataCategoryModifier and TypeMethodDescriptionDataSourceManager.getDataSources(DataCategory category) Returns all data sources under the given category.Constructors in org.cytoscape.io.datasource with parameters of type DataCategoryModifierConstructorDescriptionDefaultDataSource(String name, String provider, String description, DataCategory category, URL url) Constructor for the default data source.