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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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