Package org.rcsb.cif.schema.mm
Class PdbxRefineLsRestrNcs
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRefineLsRestrNcs
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRefineLsRestrNcs
extends DelegatingCategory
Holds details of NCS restraints in cases where multiple
conditions are provided for each domain.
-
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 PdbxRefineLsRestrNcs(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.IntColumngetNumber()The the number of this type of restraint applied to the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.FloatColumngetRmsDev()The root-mean-square deviation in restraints for the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.StrColumngetType()The the type of restraint applied to the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.FloatColumngetWeight()The value of the weighting coefficient used in non-crystalographic restaint in the domain specified by _pdbx_refine_ls_restr_ncs.dom_id to equivalent atomic 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
-
getDomId
This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getType
The the type of restraint applied to the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.- Returns:
- StrColumn
-
getNumber
The the number of this type of restraint applied to the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.- Returns:
- IntColumn
-
getRmsDev
The root-mean-square deviation in restraints for the domain specified by _pdbx_refine_ls_restr_ncs.dom_id and in the domains against which it was restrained.- Returns:
- FloatColumn
-
getWeight
The value of the weighting coefficient used in non-crystalographic restaint in the domain specified by _pdbx_refine_ls_restr_ncs.dom_id to equivalent atomic positions in the domains against which it was restrained.- Returns:
- FloatColumn
-