Uses of Class
org.biojava.nbio.structure.scop.Astral.AstralSet
-
Packages that use Astral.AstralSet Package Description org.biojava.nbio.structure.scop Parsers and API for SCOP, Structural Classification of Proteins. -
-
Uses of Astral.AstralSet in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return Astral.AstralSet Modifier and Type Method 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.Methods in org.biojava.nbio.structure.scop with parameters of type Astral.AstralSet Modifier and Type Method Description static Set<String>
Astral. getRepresentatives(Astral.AstralSet cutoff)
Get a list of representatives' names for the specified ASTRAL cutoff.Constructors in org.biojava.nbio.structure.scop with parameters of type Astral.AstralSet Constructor Description Astral(Astral.AstralSet cutoff)
Constructs a new Astral object.
-