Package org.rcsb.cif.schema.core
Class RefineLsClass
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.RefineLsClass
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineLsClass
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to specify information about the
refinement of the structural model.
-
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 RefineLsClass(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCode()Code identifying a certain reflection class.FloatColumngetDResHigh()Highest resolution for the reflections in this class.FloatColumngetDResLow()Lowest resolution for the reflections in this class.FloatColumngetRFactorAll()Residual factor for reflections in this class included in the refinement.FloatColumngetRFactorGt()Residual factor for the reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement.FloatColumngetRFsqdFactor()Residual factor R(F^2^) for reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement.FloatColumngetRIFactor()Residual factor R(I) for reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement.FloatColumngetWRFactorAll()Weight residual for all reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCode
Code identifying a certain reflection class.- Returns:
- StrColumn
-
getDResHigh
Highest resolution for the reflections in this class. This corresponds to the smallest interpanar d value.- Returns:
- FloatColumn
-
getDResLow
Lowest resolution for the reflections in this class. This corresponds to the largest interpanar d value.- Returns:
- FloatColumn
-
getRFactorAll
Residual factor for reflections in this class included in the refinement. See _refine_ls.R_factor_all definition for details.- Returns:
- FloatColumn
-
getRFactorGt
Residual factor for the reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement. See _refine_ls.R_factor_gt for details.- Returns:
- FloatColumn
-
getRFsqdFactor
Residual factor R(F^2^) for reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement. See _refine_ls.R_Fsqd_factor for details.- Returns:
- FloatColumn
-
getRIFactor
Residual factor R(I) for reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement. See _refine_ls.R_I_factor for details.- Returns:
- FloatColumn
-
getWRFactorAll
Weight residual for all reflections in this class judged significantly intense (see _reflns.threshold_expression) and included in refinement. See _refine_ls.wR_factor_all for details.- Returns:
- FloatColumn
-