Package org.rcsb.cif.schema.mm
Class RefineFunctMinimized
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.RefineFunctMinimized
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineFunctMinimized
extends DelegatingCategory
Data items in the REFINE_FUNCT_MINIMIZED category record
details about the individual terms of the function minimized
during refinement.
-
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 RefineFunctMinimized(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetNumberTerms()The number of observations in this term.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.FloatColumngetResidual()The residual for this term of the function that was minimized during the refinement.StrColumngetType()The type of the function being minimized.FloatColumngetWeight()The weight applied to this term of the function that was minimized during the refinement.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPdbxRefineId
This data item uniquely identifies a refinement within an entry. _refine_funct_minimized.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getNumberTerms
The number of observations in this term. For example, if the term is a residual of the X-ray intensities, this item would contain the number of reflections used in the refinement.- Returns:
- IntColumn
-
getResidual
The residual for this term of the function that was minimized during the refinement.- Returns:
- FloatColumn
-
getType
The type of the function being minimized.- Returns:
- StrColumn
-
getWeight
The weight applied to this term of the function that was minimized during the refinement.- Returns:
- FloatColumn
-