Package org.rcsb.cif.model.generated
Class PdbxRefineLsRestrNcs
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxRefineLsRestrNcs
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxRefineLsRestrNcs extends BaseCategory
Holds details of NCS restraints in cases where multiple conditions are provided for each domain.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxRefineLsRestrNcs(String name)PdbxRefineLsRestrNcs(String name, int rowCount, Object[] encodedColumns)PdbxRefineLsRestrNcs(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.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.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
-
getDomId
public StrColumn getDomId()
This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getType
public 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
public IntColumn 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
public FloatColumn 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
public 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
-
-