Uses of Class
org.biojava.nbio.structure.cath.CathCategory
-
Packages that use CathCategory Package Description org.biojava.nbio.structure.cath -
-
Uses of CathCategory in org.biojava.nbio.structure.cath
Methods in org.biojava.nbio.structure.cath that return CathCategory Modifier and Type Method Description static CathCategory
CathCategory. fromCathCode(String code)
static CathCategory
CathCategory. fromString(String type)
CathCategory
CathNode. getCategory()
static CathCategory
CathCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static CathCategory[]
CathCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.cath with parameters of type CathCategory Modifier and Type Method Description List<CathDomain>
CathDatabase. getByCategory(CathCategory category)
Return list of CATH descriptions for node representatives at a CATH category (e.g.List<CathDomain>
CathInstallation. getByCategory(CathCategory category)
Integer
CathDomain. getClassificationId(CathCategory cathCategory)
-