Uses of Class
org.biojava.nbio.structure.scop.ScopCategory
-
Packages that use ScopCategory Package Description org.biojava.nbio.structure.scop Parsers and API for SCOP, Structural Classification of Proteins. -
-
Uses of ScopCategory in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return ScopCategory Modifier and Type Method Description static ScopCategory
ScopCategory. fromString(String type)
ScopCategory
ScopDescription. getCategory()
static ScopCategory
ScopCategory. valueOf(String name)
Returns 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 ScopCategory Modifier and Type Method Description List<ScopDescription>
CachedRemoteScopInstallation. getByCategory(ScopCategory category)
List<ScopDescription>
RemoteScopInstallation. getByCategory(ScopCategory category)
List<ScopDescription>
ScopDatabase. getByCategory(ScopCategory category)
Get all records of a particular classification.List<ScopDescription>
ScopInstallation. getByCategory(ScopCategory category)
String
ScopDescription. getClassificationId(ScopCategory category)
Return a portion of the classificationID corresponding to the specified category (class, fold, superfamily, family).void
ScopDescription. setCategory(ScopCategory category)
-