Package org.rcsb.cif.schema.mm
Class IhmModelList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelList
extends DelegatingCategory
Data items in the IHM_MODEL_LIST category record the
details of the models being deposited.
-
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 IhmModelList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAssemblyId()An identifier to the structure assembly corresponding to the model.IntColumngetModelId()A unique identifier for the structural model being deposited.StrColumngetModelName()A decsriptive name for the model.IntColumngetProtocolId()An identifier to the modeling protocol that produced the model.IntColumngetRepresentationId()An identifier to the multi-scale model representation id of the model.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getModelId
A unique identifier for the structural model being deposited.- Returns:
- IntColumn
-
getModelName
A decsriptive name for the model.- Returns:
- StrColumn
-
getAssemblyId
An identifier to the structure assembly corresponding to the model. This data item is a pointer to the _ihm_struct_assembly.id in the IHM_STRUCT_ASSEMBLY category.- Returns:
- IntColumn
-
getProtocolId
An identifier to the modeling protocol that produced the model. This data item is a pointer to the _ihm_modeling_protocol.id in the IHM_MODELING_PROTOCOL category.- Returns:
- IntColumn
-
getRepresentationId
An identifier to the multi-scale model representation id of the model. This data item is a pointer to the _ihm_model_representation.id in the IHM_MODEL_REPRESENTATION category.- Returns:
- IntColumn
-