Package org.rcsb.cif.schema.mm
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.
-
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 IhmEnsembleSubSample(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetEnsembleId()The ensemble identifier corresponding to the sub sample.IntColumngetFileId()A reference to the external file containing the structural models in the sub sample.IntColumngetId()A unique id for the ensemble sub sample.IntColumngetModelGroupId()The model group identifier corresponding to the sub sample, if applicable.StrColumngetName()A name for the ensemble sub sample.IntColumngetNumModels()The number of models in the ensemble sub sample.IntColumngetNumModelsDeposited()The number of models in the sub sample that are deposited.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique id for the ensemble sub sample.- Returns:
- IntColumn
-
getName
A name for the ensemble sub sample.- Returns:
- StrColumn
-
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
The number of models in the ensemble sub sample.- Returns:
- IntColumn
-
getNumModelsDeposited
The number of models in the sub sample that are deposited.- Returns:
- 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
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
-