Class IhmEnsembleSubSample

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmEnsembleSubSample
extends DelegatingCategory
Data items in the IHM_ENSEMBLE_SUB_SAMPLE category records the details of the sub samples within the ensembles.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getId()
      A unique id for the ensemble sub sample.
      Returns:
      IntColumn
    • getName

      public StrColumn getName()
      A name for the ensemble sub sample.
      Returns:
      StrColumn
    • getEnsembleId

      public IntColumn getEnsembleId()
      The ensemble identifier corresponding to the sub sample. This data item is a pointer to _ihm_ensemble_info.ensemble_id in the IHM_ENSEMBLE_INFO category.
      Returns:
      IntColumn
    • getNumModels

      public IntColumn getNumModels()
      The number of models in the ensemble sub sample.
      Returns:
      IntColumn
    • getNumModelsDeposited

      public IntColumn getNumModelsDeposited()
      The number of models in the sub sample that are deposited.
      Returns:
      IntColumn
    • getModelGroupId

      public IntColumn getModelGroupId()
      The model group identifier corresponding to the sub sample, if applicable. This data item is a pointer to _ihm_model_group.id in the IHM_MODEL_GROUP category.
      Returns:
      IntColumn
    • getFileId

      public IntColumn getFileId()
      A reference to the external file containing the structural models in the sub sample. The number of models in the external file should correspond to the number of models in the sub sample. This data item is a pointer to _ihm_external_files.id in the IHM_EXTERNAL_FILES category.
      Returns:
      IntColumn