Uses of Class
org.cytoscape.io.DataCategory
-
Packages that use DataCategory 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. -
-
Uses of DataCategory in org.cytoscape.io
Fields in org.cytoscape.io declared as DataCategory Modifier and Type Field Description protected DataCategoryBasicCyFileFilter. categoryType of data that this filter applies to.Methods in org.cytoscape.io that return DataCategory Modifier and Type Method Description DataCategoryBasicCyFileFilter. getDataCategory()DataCategoryCyFileFilter. getDataCategory()The DataCategory supported by this filter.static DataCategoryDataCategory. 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 Modifier and Type Method Description booleanBasicCyFileFilter. 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 DataCategory Constructor Description BasicCyFileFilter(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 DataCategory Modifier and Type Method Description DataCategoryDataSource. getDataCategory()DataCategoryof this data.DataCategoryDefaultDataSource. getDataCategory()Methods in org.cytoscape.io.datasource that return types with arguments of type DataCategory Modifier and Type Method Description Collection<DataCategory>DataSourceManager. getAllCategories()Returns all data categoriesMethods in org.cytoscape.io.datasource with parameters of type DataCategory Modifier and Type Method Description 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 Constructor Description DefaultDataSource(String name, String provider, String description, DataCategory category, URL url)Constructor for the default data source.
-