Package org.rcsb.cif.schema.mm
Class RefineLsRestrNcs
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.RefineLsRestrNcs
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineLsRestrNcs
extends DelegatingCategory
Data items in the REFINE_LS_RESTR_NCS category record details
about the restraints applied to atom positions in domains
related by noncrystallographic symmetry during least-squares
refinement, and also about the deviation of the restrained
atomic parameters at the end of the refinement. It is
expected that these values will only be reported once for each
set of restrained domains.
-
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 RefineLsRestrNcs(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDomId()This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.StrColumngetNcsModelDetails()Special aspects of the manner in which noncrystallographic restraints were applied to atomic parameters in the domain specified by _refine_ls_restr_ncs.dom_id and equivalent atomic parameters in the domains against which it was restrained.StrColumngetPdbxAsymId()A reference to _struct_asym.id.StrColumngetPdbxAuthAsymId()A reference to the PDB Chain IDStrColumngetPdbxEnsId()This is a unique identifier for a collection NCS related domains.IntColumngetPdbxNumber()Records the number restraints in the contributing to the RMS statistic.IntColumngetPdbxOrdinal()An ordinal index for the list of NCS restraints.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.FloatColumngetPdbxRms()Records the standard deviation in the restraint between NCS related domains.StrColumngetPdbxType()The type of NCS restraint.FloatColumngetPdbxWeight()Records the weight used for NCS restraint.FloatColumngetRmsDevBIso()The root-mean-square deviation in equivalent isotropic displacement parameters in the domain specified by _refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.FloatColumngetRmsDevPosition()The root-mean-square deviation in equivalent atom positions in the domain specified by _refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.FloatColumngetWeightBIso()The value of the weighting coefficient used in noncrystallographic symmetry restraint of isotropic displacement parameters in the domain specified by _refine_ls_restr_ncs.dom_id to equivalent isotropic displacement parameters in the domains against which it was restrained.FloatColumngetWeightPosition()The value of the weighting coefficient used in noncrystallographic symmetry restraint of atom positions in the domain specified by _refine_ls_restr_ncs.dom_id to equivalent atom positions in the domains against which it was restrained.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPdbxRefineId
This data item uniquely identifies a refinement within an entry. _refine_ls_restr_ncs.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getDomId
This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getNcsModelDetails
Special aspects of the manner in which noncrystallographic restraints were applied to atomic parameters in the domain specified by _refine_ls_restr_ncs.dom_id and equivalent atomic parameters in the domains against which it was restrained.- Returns:
- StrColumn
-
getRmsDevBIso
The root-mean-square deviation in equivalent isotropic displacement parameters in the domain specified by _refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.- Returns:
- FloatColumn
-
getRmsDevPosition
The root-mean-square deviation in equivalent atom positions in the domain specified by _refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.- Returns:
- FloatColumn
-
getWeightBIso
The value of the weighting coefficient used in noncrystallographic symmetry restraint of isotropic displacement parameters in the domain specified by _refine_ls_restr_ncs.dom_id to equivalent isotropic displacement parameters in the domains against which it was restrained.- Returns:
- FloatColumn
-
getWeightPosition
The value of the weighting coefficient used in noncrystallographic symmetry restraint of atom positions in the domain specified by _refine_ls_restr_ncs.dom_id to equivalent atom positions in the domains against which it was restrained.- Returns:
- FloatColumn
-
getPdbxOrdinal
An ordinal index for the list of NCS restraints.- Returns:
- IntColumn
-
getPdbxType
The type of NCS restraint. (for example: tight positional)- Returns:
- StrColumn
-
getPdbxAsymId
A reference to _struct_asym.id.- Returns:
- StrColumn
-
getPdbxAuthAsymId
A reference to the PDB Chain ID- Returns:
- StrColumn
-
getPdbxNumber
Records the number restraints in the contributing to the RMS statistic.- Returns:
- IntColumn
-
getPdbxRms
Records the standard deviation in the restraint between NCS related domains.- Returns:
- FloatColumn
-
getPdbxWeight
Records the weight used for NCS restraint.- Returns:
- FloatColumn
-
getPdbxEnsId
This is a unique identifier for a collection NCS related domains. This references item '_struct_ncs_dom.pdbx_ens_id'.- Returns:
- StrColumn
-