Package org.rcsb.cif.schema.mm
Class PhasingSetRefln
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingSetRefln
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingSetRefln
extends DelegatingCategory
Data items in the PHASING_SET_REFLN category record the values
of the measured structure factors used in a phasing experiment.
This list may contain information from a number of different
data sets; _phasing_set_refln.set_id indicates the data set
to which a given record corresponds.
-
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 PhasingSetRefln(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetFMeas()The measured value of the structure factor for this reflection in this data set in electrons.FloatColumngetFMeasAu()The measured value of the structure factor for this reflection in this data set in arbitrary units.FloatColumngetFMeasSigma()The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas in electrons.FloatColumngetFMeasSigmaAu()The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas_au in arbitrary units.IntColumngetIndexH()Miller index h of this reflection in this data set.IntColumngetIndexK()Miller index k of this reflection in this data set.IntColumngetIndexL()Miller index l of this reflection in this data set.StrColumngetSetId()This data item is a pointer to _phasing_set.id in the PHASING_SET category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSetId
This data item is a pointer to _phasing_set.id in the PHASING_SET category.- Returns:
- StrColumn
-
getFMeas
The measured value of the structure factor for this reflection in this data set in electrons.- Returns:
- FloatColumn
-
getFMeasAu
The measured value of the structure factor for this reflection in this data set in arbitrary units.- Returns:
- FloatColumn
-
getFMeasSigma
The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas in electrons.- Returns:
- FloatColumn
-
getFMeasSigmaAu
The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas_au in arbitrary units.- Returns:
- FloatColumn
-
getIndexH
Miller index h of this reflection in this data set.- Returns:
- IntColumn
-
getIndexK
Miller index k of this reflection in this data set.- Returns:
- IntColumn
-
getIndexL
Miller index l of this reflection in this data set.- Returns:
- IntColumn
-