Package org.rcsb.cif.model.generated
Class ReflnsScale
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ReflnsScale
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ReflnsScale extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ReflnsScale(String name)ReflnsScale(String name, int rowCount, Object[] encodedColumns)ReflnsScale(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getGroupCode
public StrColumn 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
public FloatColumn getMeasF()
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-
getMeasFSquared
public FloatColumn getMeasFSquared()
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-
getMeasIntensity
public FloatColumn getMeasIntensity()
A scale associated with _reflns_scale.group_code.- Returns:
- FloatColumn
-
-