Package org.rcsb.cif.schema.mm
Class IhmMultiStateModeling
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmMultiStateModeling
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmMultiStateModeling
extends DelegatingCategory
Data items in the IHM_MULTI_STATE_MODELING category records the
details of the multi-state modeling protocol, if applicable.
-
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 IhmMultiStateModeling(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional textual details of the multi-state modeling, if required.StrColumngetExperimentType()The type of multi-state modeling experiment carried out.FloatColumngetPopulationFraction()A fraction representing the population of the particular state.FloatColumngetPopulationFractionSd()The standard deviation of the population fraction.IntColumngetStateGroupId()An identifier for a collections of states in the multi-state modeling.IntColumngetStateId()A unique identifier for a particular state in the multi-state modeling.StrColumngetStateName()A descriptive name for the state.StrColumngetStateType()The type that the multiple states being modeled belong to.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getStateId
A unique identifier for a particular state in the multi-state modeling.- Returns:
- IntColumn
-
getStateGroupId
An identifier for a collections of states in the multi-state modeling. This data item can be used when structural models belong to diffent multi-state modeling types.- Returns:
- IntColumn
-
getPopulationFraction
A fraction representing the population of the particular state.- Returns:
- FloatColumn
-
getPopulationFractionSd
The standard deviation of the population fraction.- Returns:
- FloatColumn
-
getStateType
The type that the multiple states being modeled belong to.- Returns:
- StrColumn
-
getStateName
A descriptive name for the state.- Returns:
- StrColumn
-
getExperimentType
The type of multi-state modeling experiment carried out.- Returns:
- StrColumn
-
getDetails
Additional textual details of the multi-state modeling, if required.- Returns:
- StrColumn
-