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

Packages that use CATHInfo
org.strbio.net These classes are for running or exchanging data with non-local programs (i.e., programs that you run by submitting data to a web page). 
org.strbio.util.db These classes are a primitive interface to store and manipulate protein structure information from various commonly used databases. 
 

Uses of CATHInfo in org.strbio.net
 

Methods in org.strbio.net that return CATHInfo
static CATHInfo[] CATH.getInfo(java.lang.String name, Printf outfile)
          Gets all CATH entries for a given PDB code.
 

Uses of CATHInfo in org.strbio.util.db
 

Methods in org.strbio.util.db with parameters of type CATHInfo
 int CATHInfo.matchesLevel(CATHInfo y)
          What is the highest level this matches another record at?
 boolean CATHInfo.matchesUpTo(CATHInfo y, int n)
          Does this match another CATH record up to level N?