Cytoscape 2.8.0 API

Uses of Class
cytoscape.data.CyAttributesUtils.AttributeType

Packages that use CyAttributesUtils.AttributeType
cytoscape.data Basic data classes used by Cytoscape. 
 

Uses of CyAttributesUtils.AttributeType in cytoscape.data
 

Methods in cytoscape.data that return CyAttributesUtils.AttributeType
static CyAttributesUtils.AttributeType CyAttributesUtils.AttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CyAttributesUtils.AttributeType[] CyAttributesUtils.AttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cytoscape.data with parameters of type CyAttributesUtils.AttributeType
static List<String> CyAttributesUtils.getIDListFromAttributeValue(CyAttributesUtils.AttributeType type, String attrName, Object attrValue)
          Get list of IDs associated with a specific attribute value.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.