Uses of Class
org.cytoscape.property.bookmark.Attribute
-
Packages that use Attribute Package Description org.cytoscape.property.bookmark This package provides a set of utility methods to manipulate the bookmarks XML format which is used to store and categorize collections of URL bookmarks pointing to data sources. -
-
Uses of Attribute in org.cytoscape.property.bookmark
Fields in org.cytoscape.property.bookmark with type parameters of type Attribute Modifier and Type Field Description protected List<Attribute>
DataSource. attribute
Methods in org.cytoscape.property.bookmark that return Attribute Modifier and Type Method Description Attribute
ObjectFactory. createAttribute()
Create an instance ofAttribute
Methods in org.cytoscape.property.bookmark that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
DataSource. getAttribute()
Gets the value of the attribute property.
-