Package | Description |
---|---|
org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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) |
List<ScopDescription> |
CachedRemoteScopInstallation.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) |
Copyright © 2000–2019 BioJava. All rights reserved.