Class IhmModelRepresentative

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmModelRepresentative
    extends BaseCategory
    Data items in the IHM_MODEL_REPRESENTATIVE category record the details of the representative model in an ensemble or cluster.
    • Constructor Detail

      • IhmModelRepresentative

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

        public IhmModelRepresentative​(String name)
    • Method Detail

      • getId

        public IntColumn getId()
        A unique identifier for the representative of the model group.
        Returns:
        IntColumn
      • getModelGroupId

        public IntColumn getModelGroupId()
        The model group identifier corresponding to the representative model. This data item is a pointer to _ihm_model_list.model_group_id in the IHM_MODEL_LIST category.
        Returns:
        IntColumn
      • getModelId

        public IntColumn getModelId()
        The model identifier corresponding to the representative model. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.
        Returns:
        IntColumn
      • getSelectionCriteria

        public StrColumn getSelectionCriteria()
        The selection criteria based on which the representative is chosen.
        Returns:
        StrColumn