Package | Description |
---|---|
org.biojava.nbio.structure.io.mmcif.chem | |
org.biojava.nbio.structure.io.mmcif.model |
Datamodel objects used for processing mmcif files.
|
Modifier and Type | Field and Description |
---|---|
PolymerType |
ResidueType.polymerType
The associated
PolymerType |
Modifier and Type | Field and Description |
---|---|
static Set<PolymerType> |
PolymerType.ALL_POLYMER_TYPES
Convenience Set of all polymer types.
|
static Set<PolymerType> |
PolymerType.DNA_ONLY
Convenience Set of polymer types classified as DNA.
|
static Set<PolymerType> |
PolymerType.POLYNUCLEOTIDE_ONLY
Convenience Set of polymer types classified as DNA.
|
static Set<PolymerType> |
PolymerType.PROTEIN_ONLY
Convenience Set of polymer types classified as protein.
|
static Set<PolymerType> |
PolymerType.RNA_ONLY
Convenience Set of polymer types classified as RNA.
|
Modifier and Type | Method and Description |
---|---|
PolymerType |
ResidueType.getPolymerType()
Gets the associated PolymerType, which are less specific
|
static PolymerType |
PolymerType.polymerTypeFromString(String polymerType) |
static PolymerType |
PolymerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolymerType[] |
PolymerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PolymerType |
ChemComp.getPolymerType() |
Modifier and Type | Method and Description |
---|---|
void |
ChemComp.setPolymerType(PolymerType polymerType) |
Copyright © 2000–2016 BioJava. All rights reserved.