Class IhmCrossLinkResult

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmCrossLinkResult
    extends BaseCategory
    Data items in the IHM_CROSS_LINK_RESULT category records the results of the crosslinking restraints in the IHM modeling.
    • Constructor Detail

      • IhmCrossLinkResult

        public IhmCrossLinkResult​(String name,
                                  int rowCount,
                                  Object[] encodedColumns)
      • IhmCrossLinkResult

        public IhmCrossLinkResult​(String name)
    • Method Detail

      • getOrdinalId

        public IntColumn getOrdinalId()
        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