| Package | Description |
|---|---|
| org.biojava.nbio.structure | |
| org.biojava.nbio.structure.chem |
| Modifier and Type | Method and Description |
|---|---|
Set<ResidueType> |
GroupType.getResidueTypes()
Get a set of ResidueTypes loosely equivalent to this GroupType.
|
| Modifier and Type | Method and Description |
|---|---|
ResidueType |
ChemComp.getResidueType() |
static ResidueType |
ResidueType.getResidueTypeFromString(String chem_comp_type)
Get ResidueType by chem_comp_type
|
static ResidueType |
ResidueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResidueType[] |
ResidueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PolymerType |
ChemCompTools.getPolymerType(ResidueType residueType) |
void |
ChemComp.setResidueType(ResidueType residueType) |
Copyright © 2000–2021 BioJava. All rights reserved.