Package org.rcsb.cif.schema.mm
Class IhmHdxRestraint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmHdxRestraint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmHdxRestraint
extends DelegatingCategory
Data items in the IHM_HDX_RESTRAINT category captures the
details of restraints derived from Hydrogen-Deuterium
Exchange experiments.
-
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 IhmHdxRestraint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetDatasetListId()Identifier to the HDX input data from which the restraints are derived.StrColumngetDetails()Additional details regarding the HDX restraint.IntColumngetFeatureId()Identifier for the peptide / residue feature.IntColumngetId()A unique identifier for the category.FloatColumngetProtectionFactor()The value of the protection factor determined from HDX experiments.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the category.- Returns:
- IntColumn
-
getFeatureId
Identifier for the peptide / residue feature. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getProtectionFactor
The value of the protection factor determined from HDX experiments. These are reported as log(protection factor). Protection factors are scaling factors and are unitless.- Returns:
- FloatColumn
-
getDatasetListId
Identifier to the HDX input data from which the restraints are derived. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getDetails
Additional details regarding the HDX restraint.- Returns:
- StrColumn
-