Class IhmCrossLinkResultParameters

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkResultParameters
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkResultParameters
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_RESULT_PARAMETERS category records the results of the crosslinking restraint parameters in the IHM modeling.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public IntColumn getId()
      A unique identifier for the restraint/model combination.
      Returns:
      IntColumn
    • getRestraintId

      public IntColumn getRestraintId()
      An identifier for the crosslink restraint between a pair of residues. This data item is a pointer to _ihm_cross_link_restraint.id in the IHM_CROSS_LINK_RESTRAINT category.
      Returns:
      IntColumn
    • getModelId

      public IntColumn getModelId()
      The model number corresponding to the cross link result presented. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.
      Returns:
      IntColumn
    • getPsi

      public FloatColumn getPsi()
      The uncertainty in the crosslinking experimental data; May be approximated to the false positive rate.
      Returns:
      FloatColumn
    • getSigma1

      public FloatColumn getSigma1()
      The uncertainty in the position of residue 1 in the crosslink arising due to the multi-scale nature of the model represention.
      Returns:
      FloatColumn
    • getSigma2

      public FloatColumn getSigma2()
      The uncertainty in the position of residue 2 in the crosslink arising due to the multi-scale nature of the model represention.
      Returns:
      FloatColumn