Package org.rcsb.cif.schema.mm
Class IhmModelRepresentative
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelRepresentative
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelRepresentative
extends DelegatingCategory
Data items in the IHM_MODEL_REPRESENTATIVE category record the
details of the representative model in an ensemble or cluster.
-
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 IhmModelRepresentative(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetId()A unique identifier for the representative of the model group.IntColumngetModelGroupId()The model group identifier corresponding to the representative model.IntColumngetModelId()The model identifier corresponding to the representative model.StrColumngetSelectionCriteria()The selection criteria based on which the representative is chosen.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the representative of the model group.- Returns:
- IntColumn
-
getModelGroupId
The model group identifier corresponding to the representative model. This data item is a pointer to _ihm_model_group.id in the IHM_MODEL_GROUP category.- Returns:
- 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
The selection criteria based on which the representative is chosen.- Returns:
- StrColumn
-