Class IhmDatasetList

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmDatasetList
    extends BaseCategory
    Category holds the list of all datasets used in the IHM modeling. These can be datasets archived in other related databases such as BMRB, EMDB, EMPIAR, SASBDB, PRIDE etc., or can be hosted in other places such as the authors website, github etc. These datasets are elaborated in detail in the IHM_DATASET_RELATED_DB_REFERENCE and/or the IHM_DATASET_EXTERNAL_REFERENCE categories. This category holds the list of all datasets used.
    • Constructor Detail

      • IhmDatasetList

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

        public IhmDatasetList​(String name)
    • Method Detail

      • getId

        public IntColumn getId()
        A unique identifier for the dataset.
        Returns:
        IntColumn
      • getDataType

        public StrColumn getDataType()
        The type of data held in the dataset.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Details regarding the dataset, especially those types not listed in _ihm_dataset_list.data_type.
        Returns:
        StrColumn
      • getDatabaseHosted

        public StrColumn getDatabaseHosted()
        A flag that indicates whether the dataset is archived in an IHM related database or elsewhere.
        Returns:
        StrColumn