Class IhmRelatedDatasets

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmRelatedDatasets
extends DelegatingCategory
Category holds information about related datasets, where one is derived from the other.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getDatasetListIdDerived()
      The dataset list id corresponding to the derived dataset. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.
      Returns:
      IntColumn
    • getDatasetListIdPrimary

      public IntColumn getDatasetListIdPrimary()
      The primary dataset list id from which the corresponding derived dataset is obtained. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.
      Returns:
      IntColumn
    • getTransformationId

      public IntColumn getTransformationId()
      A pointer to the transformation matrix, if applicable. The transformation matrix is to be applied to the derived dataset in order to transform it to the primary dataset from which it is derived. Examples include segmented 3DEM maps, Gaussian Mixture Models derived from 3DEM maps, starting comparative models. This data item is a pointer to _ihm_data_transformation.id in the IHM_DATA_TRANSFORMATION category.
      Returns:
      IntColumn