Package org.rcsb.cif.schema.mm
Class PdbxDiffrnReflnsShell
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDiffrnReflnsShell
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDiffrnReflnsShell
extends DelegatingCategory
Data items in the DIFFRN_REFLNS_SHELL category record details about
the reflection data set within shells of resolution.
-
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 PdbxDiffrnReflnsShell(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetChiSquared()The overall Chi-squared statistic for the resolution shell.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.FloatColumngetDResHigh()The highest resolution for the interplanar spacings in the resolution shell.FloatColumngetDResLow()The lowest resolution for the interplanar spacings in the resolution shell.IntColumngetNumberObs()The number of observed reflections in the resolution shell.FloatColumngetPercentPossibleObs()The percentage of geometrically possible reflections represented by reflections that satisfy the resolution limits established by _diffrn_reflns_shell.d_resolution_high and _diffrn_reflns_shell.d_resolution_low and the observation limit established by _diffrn_reflns.observed_criterion.FloatColumngetRedundancy()The overall redundancy for the resolution shell.IntColumngetRejects()The number of rejected reflections in the resolution shellFloatColumngetRmergeIObs()The R factor for the reflections that satisfy the merging criteria for the resolution shell.FloatColumngetRsymValue()The R factor for averaging the symmetry related reflections for the resolution shell.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDiffrnId
This data item is a pointer to _diffrn.id in the DIFFRN category. This item distingush the different data sets- Returns:
- StrColumn
-
getDResLow
The lowest resolution for the interplanar spacings in the resolution shell.- Returns:
- FloatColumn
-
getDResHigh
The highest resolution for the interplanar spacings in the resolution shell.- Returns:
- FloatColumn
-
getPercentPossibleObs
The percentage of geometrically possible reflections represented by reflections that satisfy the resolution limits established by _diffrn_reflns_shell.d_resolution_high and _diffrn_reflns_shell.d_resolution_low and the observation limit established by _diffrn_reflns.observed_criterion.- Returns:
- FloatColumn
-
getRmergeIObs
The R factor for the reflections that satisfy the merging criteria for the resolution shell.- Returns:
- FloatColumn
-
getRsymValue
The R factor for averaging the symmetry related reflections for the resolution shell.- Returns:
- FloatColumn
-
getChiSquared
The overall Chi-squared statistic for the resolution shell.- Returns:
- FloatColumn
-
getRedundancy
The overall redundancy for the resolution shell.- Returns:
- FloatColumn
-
getRejects
The number of rejected reflections in the resolution shell- Returns:
- IntColumn
-
getNumberObs
The number of observed reflections in the resolution shell.- Returns:
- IntColumn
-