Package org.rcsb.cif.model.generated
Class RefineLsRestrNcs
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.RefineLsRestrNcs
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class RefineLsRestrNcs extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description RefineLsRestrNcs(String name)RefineLsRestrNcs(String name, int rowCount, Object[] encodedColumns)RefineLsRestrNcs(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getPdbxRefineId
public StrColumn 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
public StrColumn getDomId()
This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getNcsModelDetails
public 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
public FloatColumn 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
public 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
public 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
public 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
public IntColumn getPdbxOrdinal()
An ordinal index for the list of NCS restraints.- Returns:
- IntColumn
-
getPdbxType
public StrColumn getPdbxType()
The type of NCS restraint. (for example: tight positional)- Returns:
- StrColumn
-
getPdbxAsymId
public StrColumn getPdbxAsymId()
A reference to _struct_asym.id.- Returns:
- StrColumn
-
getPdbxAuthAsymId
public StrColumn getPdbxAuthAsymId()
A reference to the PDB Chain ID- Returns:
- StrColumn
-
getPdbxNumber
public IntColumn getPdbxNumber()
Records the number restraints in the contributing to the RMS statistic.- Returns:
- IntColumn
-
getPdbxRms
public FloatColumn getPdbxRms()
Records the standard deviation in the restraint between NCS related domains.- Returns:
- FloatColumn
-
getPdbxWeight
public FloatColumn getPdbxWeight()
Records the weight used for NCS restraint.- Returns:
- FloatColumn
-
getPdbxEnsId
public StrColumn getPdbxEnsId()
This is a unique identifier for a collection NCS related domains. This references item '_struct_ncs_dom.pdbx_ens_id'.- Returns:
- StrColumn
-
-