Package org.rcsb.cif.model.generated
Class PdbxPhasingDmShell
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxPhasingDmShell
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxPhasingDmShell extends BaseCategory
Data items in the PDBX_PHASING_DM_SHELL category record details about density modification in resolution shell.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxPhasingDmShell(String name)PdbxPhasingDmShell(String name, int rowCount, Object[] encodedColumns)PdbxPhasingDmShell(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
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
-
-