Package org.rcsb.cif.schema.mm
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description IhmRelatedDatasets(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetDatasetListIdDerived()The dataset list id corresponding to the derived dataset.IntColumngetDatasetListIdPrimary()The primary dataset list id from which the corresponding derived dataset is obtained.IntColumngetTransformationId()A pointer to the transformation matrix, if applicable.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
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
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
-