Uses of Enum
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 ScopCategoryScopCategory.fromString(String type) ScopDescription.getCategory()static ScopCategoryReturns the enum constant of this type with the specified name.static ScopCategory[]ScopCategory.values()Returns an array containing the constants of this enum type, 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).voidScopDescription.setCategory(ScopCategory category)