Uses of Class
edu.upc.dama.dex.core.Attribute

Packages that use Attribute
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of Attribute in edu.upc.dama.dex.core
 

Methods in edu.upc.dama.dex.core that return Attribute
 Attribute[] Graph.findAttributes(int type)
          Deprecated. As of release 1.2, replaced by Graph.getAttributesFromType(int).
 Attribute[] Graph.findAttributes(long oid)
          Deprecated. As of release 1.2, replaced by Graph.getAttributes(long).