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

Packages that use Info
org.strbio.util.db These classes are a primitive interface to store and manipulate protein structure information from various commonly used databases. 
 

Uses of Info in org.strbio.util.db
 

Subclasses of Info in org.strbio.util.db
 class CATHInfo
          This is a class containing info that is found in CATH.
 class PDBInfo
          This is a class containing info that is found in PDB files, and links to related info.
 class ProteinInfo
          This is a parent class for all Info objects concerning proteins.
 class ProteinStructureInfo
          This is a parent class for all Info objects concerning protein structure.
 class SCOPInfo
          This is a class containing info that is found in SCOP.
 

Methods in org.strbio.util.db that return Info
 Info Data.getFirstInfo(java.lang.Class x)
          Get first info of a certain type, or null if there is none.
 

Methods in org.strbio.util.db with parameters of type Info
 void Data.addInfo(Info x)
          Add some info to this set.