Uses of Class
org.strbio.util.db.Data

Packages that use Data
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
org.strbio.util.db These classes are a primitive interface to store and manipulate protein structure information from various commonly used databases. 
 

Uses of Data in org.strbio.mol
 

Fields in org.strbio.mol declared as Data
 Data Molecule.data
          data that is known about this molecule.
 

Uses of Data in org.strbio.util.db
 

Fields in org.strbio.util.db declared as Data
 Data Info.related
          Related data, or null if there is none.
 

Constructors in org.strbio.util.db with parameters of type Data
Data.InfoEnumeration(Data d, java.lang.Class c)