Package org.rcsb.cif.schema.core
Class ReflnsScale
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.ReflnsScale
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ReflnsScale
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the scales needed to place
measured structure factor coefficients on the same absolute scale.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description ReflnsScale(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetGroupCode()Code identifying a reflection scale group.FloatColumngetMeasF()Structure factor scale for this scale group.FloatColumngetMeasFSquared()Structure factor squared scale for this scale group.FloatColumngetMeasIntensity()Net intensity scale for this scale group.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getGroupCode
Code identifying a reflection scale group. These names need not correspond to _diffrn_scale_group.code names.- Returns:
- StrColumn
-
getMeasF
Structure factor scale for this scale group.- Returns:
- FloatColumn
-
getMeasFSquared
Structure factor squared scale for this scale group.- Returns:
- FloatColumn
-
getMeasIntensity
Net intensity scale for this scale group.- Returns:
- FloatColumn
-