Package org.rcsb.cif.schema.mm
Class PdbxPhasingDmShell
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxPhasingDmShell
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxPhasingDmShell
extends DelegatingCategory
Data items in the PDBX_PHASING_DM_SHELL category record details about
density modification in resolution shell.
-
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 PdbxPhasingDmShell(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetDeltaPhiFinal()The value of _pdbx_phasing_dm_shell.delta_phi_final identifies phase difference after density modification with resolution shells.FloatColumngetDeltaPhiInitial()The value of _pdbx_phasing_dm_shell.delta_phi_initial identifies phase difference before density modification with resolution shells.FloatColumngetDResHigh()The value of _pdbx_phasing_dm_shell.d_res_high identifies high resolutionFloatColumngetDResLow()The value of _pdbx_phasing_dm_shell.d_res_low identifies low resolutionFloatColumngetFom()The value of _pdbx_phasing_dm_shell.fom identifies the figure of merit for all the data with resolution shells.FloatColumngetFomAcentric()The value of _pdbx_phasing_dm_shell.fom_acentric identifies the figure of merit for acentric data with resolution shellsFloatColumngetFomCentric()The value of _pdbx_phasing_dm_shell.fom_centric identifies the figure of merit for centric data with resolution shells.IntColumngetReflns()The value of _pdbx_phasing_dm_shell.reflns identifies the number of centric and acentric reflections with resolution shells.IntColumngetReflnsAcentric()The value of _pdbx_phasing_dm_shell.reflns_acentric identifies the number of acentric reflections with resolution shells.IntColumngetReflnsCentric()The value of _pdbx_phasing_dm_shell.reflns_centric identifies the number of centric reflections with resolution shells.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDResHigh
The value of _pdbx_phasing_dm_shell.d_res_high identifies high resolution- Returns:
- FloatColumn
-
getDResLow
The value of _pdbx_phasing_dm_shell.d_res_low identifies low resolution- Returns:
- FloatColumn
-
getFomAcentric
The value of _pdbx_phasing_dm_shell.fom_acentric identifies the figure of merit for acentric data with resolution shells- Returns:
- FloatColumn
-
getFomCentric
The value of _pdbx_phasing_dm_shell.fom_centric identifies the figure of merit for centric data with resolution shells.- Returns:
- FloatColumn
-
getFom
The value of _pdbx_phasing_dm_shell.fom identifies the figure of merit for all the data with resolution shells.- Returns:
- FloatColumn
-
getReflnsAcentric
The value of _pdbx_phasing_dm_shell.reflns_acentric identifies the number of acentric reflections with resolution shells.- Returns:
- IntColumn
-
getReflnsCentric
The value of _pdbx_phasing_dm_shell.reflns_centric identifies the number of centric reflections with resolution shells.- Returns:
- IntColumn
-
getReflns
The value of _pdbx_phasing_dm_shell.reflns identifies the number of centric and acentric reflections with resolution shells.- Returns:
- IntColumn
-
getDeltaPhiInitial
The value of _pdbx_phasing_dm_shell.delta_phi_initial identifies phase difference before density modification with resolution shells.- Returns:
- FloatColumn
-
getDeltaPhiFinal
The value of _pdbx_phasing_dm_shell.delta_phi_final identifies phase difference after density modification with resolution shells.- Returns:
- FloatColumn
-