| Package | Description |
|---|---|
| org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
| org.biojava.nbio.structure.io.mmcif.chem | |
| org.biojava.nbio.structure.io.mmcif.model |
Datamodel objects used for processing mmcif files.
|
| 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 |
|---|---|
static ResidueType |
ResidueType.getResidueTypeFromString(String 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 |
|---|---|
ResidueType |
ChemComp.getResidueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChemComp.setResidueType(ResidueType residueType) |
Copyright © 2000-2016 BioJava. All Rights Reserved.