Package org.rcsb.cif.schema.mm
Class IhmMultiStateModelGroupLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmMultiStateModelGroupLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmMultiStateModelGroupLink
extends DelegatingCategory
IHM_MULTI_STATE_MODEL_GROUP_LINK category provides the list of models groups
corresponding to a particular state.
-
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 IhmMultiStateModelGroupLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetModelGroupId()An identifier for the structural model group.IntColumngetStateId()An identifier for the state.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getStateId
An identifier for the state. This data item is a pointer to _ihm_multi_state_modeling.state_id in the IHM_MULTI_STATE_MODELING category.- Returns:
- IntColumn
-
getModelGroupId
An identifier for the structural model group. This data item is a pointer to _ihm_model_group.id in the IHM_MODEL_GROUP category.- Returns:
- IntColumn
-