Package org.rcsb.cif.schema.mm
Class PdbxRmsDevsCovByMonomer
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRmsDevsCovByMonomer
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRmsDevsCovByMonomer
extends DelegatingCategory
Data items in the PDBX_RMS_DEVS_COV_BY_MONOMER record the RMS deviations
covalent geometry for each momoner relative to small molecule crystal
standards.
-
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 PdbxRmsDevsCovByMonomer(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthSeqId()This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.IntColumngetId()The value of _pdbx_rms_devs_cov_by_monomer.id must uniquely identify each item in the PDBX_RMS_DEVS_COV_BY_MONOMER list.StrColumngetLabelAsymId()This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.StrColumngetLabelCompId()This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.IntColumngetLabelSeqId()This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.IntColumngetModelId()The model numberIntColumngetNumAngles()Total number of angles in calculation of _pdbx_rms_devs_cov_by_monomer.rms_angles.IntColumngetNumBonds()Total number of bonds in calculation of _pdbx_rms_devs_cov_by_monomer.rms_bonds.FloatColumngetRmsAngles()RMS deviation for all angles in this monomer relative to small molecule crystal standards.FloatColumngetRmsBonds()RMS deviation for all bonds in this monomer relative to small molecule crystal standards.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_rms_devs_cov_by_monomer.id must uniquely identify each item in the PDBX_RMS_DEVS_COV_BY_MONOMER list. This is an integer serial number.- Returns:
- IntColumn
-
getModelId
The model number- Returns:
- IntColumn
-
getAuthAsymId
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getRmsBonds
RMS deviation for all bonds in this monomer relative to small molecule crystal standards.- Returns:
- FloatColumn
-
getNumBonds
Total number of bonds in calculation of _pdbx_rms_devs_cov_by_monomer.rms_bonds.- Returns:
- IntColumn
-
getRmsAngles
RMS deviation for all angles in this monomer relative to small molecule crystal standards.- Returns:
- FloatColumn
-
getNumAngles
Total number of angles in calculation of _pdbx_rms_devs_cov_by_monomer.rms_angles.- Returns:
- IntColumn
-