Package org.rcsb.cif.schema.mm
Class StructMonDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructMonDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructMonDetails
extends DelegatingCategory
Data items in the STRUCT_MON_DETAILS category record details
about specifics of calculations summarized in data items in the
STRUCT_MON_PROT and STRUCT_MON_NUCL categories. These can
include the coefficients used in map calculations,
the radii used for including points in a calculation and so on.
-
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 StructMonDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetProtCis()An ideal cis peptide bond would have an omega torsion angle of zero.StrColumngetRSCC()This data item describes the specifics of the calculations that generated the values given in _struct_mon_prot.RSCC_all, _struct_mon_prot.RSCC_main and _struct_mon_prot.RSCC_side.StrColumngetRSR()This data item describes the specifics of the calculations that generated the values given in _struct_mon_prot.RSR_all, _struct_mon_prot.RSR_main and _struct_mon_prot.RSR_side.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getProtCis
An ideal cis peptide bond would have an omega torsion angle of zero. This data item gives the value in degrees by which the observed torsion angle can differ from 0.0 and still be considered cis.- Returns:
- FloatColumn
-
getRSCC
This data item describes the specifics of the calculations that generated the values given in _struct_mon_prot.RSCC_all, _struct_mon_prot.RSCC_main and _struct_mon_prot.RSCC_side. The coefficients used to calculate the p(o) and p(c) maps should be given as well as the criterion for the inclusion of map grid points in the calculation.- Returns:
- StrColumn
-
getRSR
This data item describes the specifics of the calculations that generated the values given in _struct_mon_prot.RSR_all, _struct_mon_prot.RSR_main and _struct_mon_prot.RSR_side. The coefficients used to calculate the p(o) and p(c) maps should be given as well as the criterion for the inclusion of map grid points in the calculation.- Returns:
- StrColumn
-