Class IhmCrossLinkResult

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkResult
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_RESULT category records the results of the crosslinking restraints 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/ensemble 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
    • getEnsembleId

      public IntColumn getEnsembleId()
      An identifier for the ensemble whose results are described. This data item is a pointer to _ihm_ensemble_info.ensemble_id in the IHM_ENSEMBLE_INFO category.
      Returns:
      IntColumn
    • getNumModels

      public IntColumn getNumModels()
      Number of models sampled in the integrative modeling task, for which the crosslinking distance is provided.
      Returns:
      IntColumn
    • getDistanceThreshold

      public FloatColumn getDistanceThreshold()
      The distance threshold applied to this crosslink in the integrative modeling task.
      Returns:
      FloatColumn
    • getMedianDistance

      public FloatColumn getMedianDistance()
      The median distance between the crosslinked residues in the sampled models.
      Returns:
      FloatColumn
    • getDetails

      public StrColumn getDetails()
      This records holds any associated details of the results of the particular crosslink restraint in the integrative modeling task.
      Returns:
      StrColumn