Package org.rcsb.cif.schema.mm
Class ChemCompChir
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemCompChir
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemCompChir
extends DelegatingCategory
Data items in the CHEM_COMP_CHIR category provide details about
the chiral centres in a chemical component. The atoms bonded
to the chiral atom are specified in the CHEM_COMP_CHIR_ATOM
category.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description ChemCompChir(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomConfig()The chiral configuration of the atom that is a chiral centre.StrColumngetAtomId()The ID of the atom that is a chiral centre.StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetId()The value of _chem_comp_chir.id must uniquely identify a record in the CHEM_COMP_CHIR list.IntColumngetNumberAtomsAll()The total number of atoms bonded to the atom specified by _chem_comp_chir.atom_id.IntColumngetNumberAtomsNh()The number of non-hydrogen atoms bonded to the atom specified by _chem_comp_chir.atom_id.StrColumngetVolumeFlag()A flag to indicate whether a chiral volume should match the standard value in both magnitude and sign, or in magnitude only.FloatColumngetVolumeThree()The chiral volume, V~c~, for chiral centres that involve a chiral atom bonded to three non-hydrogen atoms and one hydrogen atom.FloatColumngetVolumeThreeEsd()The standard uncertainty (estimated standard deviation) of _chem_comp_chir.volume_three.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomId
The ID of the atom that is a chiral centre. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getAtomConfig
The chiral configuration of the atom that is a chiral centre.- Returns:
- StrColumn
-
getId
The value of _chem_comp_chir.id must uniquely identify a record in the CHEM_COMP_CHIR list.- Returns:
- StrColumn
-
getCompId
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getNumberAtomsAll
The total number of atoms bonded to the atom specified by _chem_comp_chir.atom_id.- Returns:
- IntColumn
-
getNumberAtomsNh
The number of non-hydrogen atoms bonded to the atom specified by _chem_comp_chir.atom_id.- Returns:
- IntColumn
-
getVolumeFlag
A flag to indicate whether a chiral volume should match the standard value in both magnitude and sign, or in magnitude only.- Returns:
- StrColumn
-
getVolumeThree
The chiral volume, V~c~, for chiral centres that involve a chiral atom bonded to three non-hydrogen atoms and one hydrogen atom. V~c~ = V1 * (V2 X V3) V1 = the vector distance from the atom specified by _chem_comp_chir.atom_id to the first atom in the CHEM_COMP_CHIR_ATOM list V2 = the vector distance from the atom specified by _chem_comp_chir.atom_id to the second atom in the CHEM_COMP_CHIR_ATOM list V3 = the vector distance from the atom specified by _chem_comp_chir.atom_id to the third atom in the CHEM_COMP_CHIR_ATOM list * = the vector dot product X = the vector cross product- Returns:
- FloatColumn
-
getVolumeThreeEsd
The standard uncertainty (estimated standard deviation) of _chem_comp_chir.volume_three.- Returns:
- FloatColumn
-