Package org.rcsb.cif.schema.mm
Class DiffrnScaleGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnScaleGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnScaleGroup
extends DelegatingCategory
Data items in the DIFFRN_SCALE_GROUP category record details
of the scaling factors applied to place all intensities in the
reflection lists on a common scale.
Scaling groups might, for example, correspond to each film in a
multi-film data set or each crystal in a multi-crystal data set.
-
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 DiffrnScaleGroup(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCode()The value of _diffrn_scale_group.code must uniquely identify a record in the DIFFRN_SCALE_GROUP list.FloatColumngetINet()The scale for a specific measurement group which is to be multiplied with the net intensity to place all intensities in the DIFFRN_REFLN or REFLN list on a common scale.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCode
The value of _diffrn_scale_group.code must uniquely identify a record in the DIFFRN_SCALE_GROUP list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getINet
The scale for a specific measurement group which is to be multiplied with the net intensity to place all intensities in the DIFFRN_REFLN or REFLN list on a common scale.- Returns:
- FloatColumn
-