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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getDResHigh

      public FloatColumn getDResHigh()
      The value of _pdbx_phasing_dm_shell.d_res_high identifies high resolution
      Returns:
      FloatColumn
    • getDResLow

      public FloatColumn getDResLow()
      The value of _pdbx_phasing_dm_shell.d_res_low identifies low resolution
      Returns:
      FloatColumn
    • getFomAcentric

      public 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

      public 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

      public 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

      public IntColumn getReflnsAcentric()
      The value of _pdbx_phasing_dm_shell.reflns_acentric identifies the number of acentric reflections with resolution shells.
      Returns:
      IntColumn
    • getReflnsCentric

      public IntColumn getReflnsCentric()
      The value of _pdbx_phasing_dm_shell.reflns_centric identifies the number of centric reflections with resolution shells.
      Returns:
      IntColumn
    • getReflns

      public IntColumn getReflns()
      The value of _pdbx_phasing_dm_shell.reflns identifies the number of centric and acentric reflections with resolution shells.
      Returns:
      IntColumn
    • getDeltaPhiInitial

      public FloatColumn getDeltaPhiInitial()
      The value of _pdbx_phasing_dm_shell.delta_phi_initial identifies phase difference before density modification with resolution shells.
      Returns:
      FloatColumn
    • getDeltaPhiFinal

      public FloatColumn getDeltaPhiFinal()
      The value of _pdbx_phasing_dm_shell.delta_phi_final identifies phase difference after density modification with resolution shells.
      Returns:
      FloatColumn