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

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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