Package org.rcsb.cif.model.generated
Class IhmModelRepresentative
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmModelRepresentative
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmModelRepresentative extends BaseCategory
Data items in the IHM_MODEL_REPRESENTATIVE category record the details of the representative model in an ensemble or cluster.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmModelRepresentative(String name)IhmModelRepresentative(String name, int rowCount, Object[] encodedColumns)IhmModelRepresentative(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getId
public IntColumn getId()
A unique identifier for the representative of the model group.- Returns:
- IntColumn
-
getModelGroupId
public IntColumn getModelGroupId()
The model group identifier corresponding to the representative model. This data item is a pointer to _ihm_model_list.model_group_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-
getModelId
public 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
public StrColumn getSelectionCriteria()
The selection criteria based on which the representative is chosen.- Returns:
- StrColumn
-
-