Package org.rcsb.cif.schema.mm
Class ReflnsScale
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ReflnsScale
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ReflnsScale
extends DelegatingCategory
Data items in the REFLNS_SCALE category record details about
the structure-factor scales. They are referenced from within
the REFLN list through _refln.scale_group_code.
-
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 ReflnsScale(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetGroupCode()The code identifying a scale _reflns_scale.meas_F, _reflns_scale.meas_F_squared or _reflns_scale.meas_intensity.FloatColumngetMeasF()A scale associated with _reflns_scale.group_code.FloatColumngetMeasFSquared()A scale associated with _reflns_scale.group_code.FloatColumngetMeasIntensity()A scale associated with _reflns_scale.group_code.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getGroupCode
The code identifying a scale _reflns_scale.meas_F, _reflns_scale.meas_F_squared or _reflns_scale.meas_intensity. These are linked to the REFLN list by the _refln.scale_group_code. These codes need not correspond to those in the DIFFRN_SCALE list.- Returns:
- StrColumn
-
getMeasF
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-
getMeasFSquared
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-
getMeasIntensity
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-