Package | Description |
---|---|
org.biojava.nbio.structure.cath |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<CathDomain> |
CathInstallation.getByCategory(CathCategory category) |
List<CathDomain> |
CathDatabase.getByCategory(CathCategory category)
Return list of CATH descriptions for node representatives at a CATH category (e.g.
|
Integer |
CathDomain.getClassificationId(CathCategory cathCategory) |
Copyright © 2000–2019 BioJava. All rights reserved.