Uses of Enum Class
org.biojava.nbio.structure.scop.ScopCategory
Packages that use ScopCategory
-
Uses of ScopCategory in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return ScopCategoryModifier and TypeMethodDescriptionstatic ScopCategory
ScopCategory.fromString
(String type) ScopDescription.getCategory()
static ScopCategory
Returns the enum constant of this class with the specified name.static ScopCategory[]
ScopCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.structure.scop with parameters of type ScopCategoryModifier and TypeMethodDescriptionScopDatabase.getByCategory
(ScopCategory category) Get all records of a particular classification.ScopInstallation.getByCategory
(ScopCategory category) ScopDescription.getClassificationId
(ScopCategory category) Return a portion of the classificationID corresponding to the specified category (class, fold, superfamily, family).void
ScopDescription.setCategory
(ScopCategory category)