Package | Description |
---|---|
org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
Modifier and Type | Method and Description |
---|---|
static Astral.AstralSet |
Astral.AstralSet.parse(String str) |
static Astral.AstralSet |
Astral.AstralSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Astral.AstralSet[] |
Astral.AstralSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
Astral.getRepresentatives(Astral.AstralSet cutoff)
Get a list of representatives' names for the specified ASTRAL cutoff.
|
Constructor and Description |
---|
Astral(Astral.AstralSet cutoff)
Constructs a new Astral object.
|
Copyright © 2000–2019 BioJava. All rights reserved.