Package org.rcsb.cif.schema.mm
Class ReflnSysAbs
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ReflnSysAbs
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ReflnSysAbs
extends DelegatingCategory
Data items in the REFLN_SYS_ABS category record details about
the reflection data that should be systematically absent,
given the designated space group.
-
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 ReflnSysAbs(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetI()The measured value of the intensity in arbitrary units.IntColumngetIndexH()Miller index h of the reflection.IntColumngetIndexK()Miller index k of the reflection.IntColumngetIndexL()Miller index l of the reflection.FloatColumngetIOverSigmaI()The ratio of _refln_sys_abs.I to _refln_sys_abs.sigmaI.FloatColumngetSigmaI()The standard uncertainty (estimated standard deviation) of _refln_sys_abs.I in arbitrary units.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getI
The measured value of the intensity in arbitrary units.- Returns:
- FloatColumn
-
getIOverSigmaI
The ratio of _refln_sys_abs.I to _refln_sys_abs.sigmaI. Used to evaluate whether a reflection that should be systematically absent according to the designated space group is in fact absent.- Returns:
- FloatColumn
-
getIndexH
Miller index h of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getIndexK
Miller index k of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getIndexL
Miller index l of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getSigmaI
The standard uncertainty (estimated standard deviation) of _refln_sys_abs.I in arbitrary units.- Returns:
- FloatColumn
-