Package org.rcsb.cif.model.generated
Class RefineFunctMinimized
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.RefineFunctMinimized
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class RefineFunctMinimized extends BaseCategory
Data items in the REFINE_FUNCT_MINIMIZED category record details about the individual terms of the function minimized during refinement.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description RefineFunctMinimized(String name)RefineFunctMinimized(String name, int rowCount, Object[] encodedColumns)RefineFunctMinimized(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getPdbxRefineId
public StrColumn 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
public IntColumn 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
public FloatColumn getResidual()
The residual for this term of the function that was minimized during the refinement.- Returns:
- FloatColumn
-
getType
public StrColumn getType()
The type of the function being minimized.- Returns:
- StrColumn
-
getWeight
public FloatColumn getWeight()
The weight applied to this term of the function that was minimized during the refinement.- Returns:
- FloatColumn
-
-