cytoscape.data
Class CyAttributesUtils

java.lang.Object
  extended by cytoscape.data.CyAttributesUtils

public class CyAttributesUtils
extends Object


Constructor Summary
CyAttributesUtils()
           
 
Method Summary
static Map getAttribute(String attributeName, CyAttributes attrs)
           
static Map getAttributes(String canonicalName, CyAttributes attrs)
           
static Class getClass(String attributeName, CyAttributes attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyAttributesUtils

public CyAttributesUtils()
Method Detail

getAttribute

public static Map getAttribute(String attributeName,
                               CyAttributes attrs)

getAttributes

public static Map getAttributes(String canonicalName,
                                CyAttributes attrs)

getClass

public static Class getClass(String attributeName,
                             CyAttributes attrs)