Package org.rcsb.cif.schema.mm
Class IhmDerivedAngleRestraint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmDerivedAngleRestraint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmDerivedAngleRestraint
extends DelegatingCategory
Data items in the IHM_DERIVED_ANGLE_RESTRAINT category records the
list of angle restraints used in the integrative modeling experiment.
These angle restraints may be derived from various kinds of 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 IhmDerivedAngleRestraint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAngleLowerLimit()The lower limit to the threshold applied to this angle restraint in the integrative modeling task.FloatColumngetAngleLowerLimitEsd()The estimated standard deviation of the lower limit angle threshold applied.FloatColumngetAngleThresholdEsd()The estimated standard deviation of the angle threshold applied to the restraint.FloatColumngetAngleThresholdMean()The angle threshold mean applied to the restraint.FloatColumngetAngleUpperLimit()The upper limit to the threshold applied to this angle restraint in the integrative modeling task.FloatColumngetAngleUpperLimitEsd()The estimated standard deviation of the upper limit angle threshold applied.IntColumngetDatasetListId()Identifier to the input data from which the angle restraint is derived.IntColumngetFeatureId1()The feature identifier for the first partner in the angle restraint.IntColumngetFeatureId2()The feature identifier for the second partner in the angle restraint.IntColumngetFeatureId3()The feature identifier for the third partner in the angle restraint.StrColumngetGroupConditionality()If a group of angles are restrained together, this data item defines the conditionality based on which the restraint is applied in the modeling.IntColumngetGroupId()An identifier to group the angle restraints.IntColumngetId()A unique identifier for the derived angle restraint.FloatColumngetProbability()The real number that indicates the probability that the angle restraint is correct.StrColumngetRestraintType()The type of angle restraint applied.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 derived angle restraint.- Returns:
- IntColumn
-
getGroupId
An identifier to group the angle restraints. This can be the same as the _ihm_derived_angle_restraint.id in case the restraints are not grouped.- Returns:
- IntColumn
-
getFeatureId1
The feature identifier for the first partner in the angle restraint. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getFeatureId2
The feature identifier for the second partner in the angle restraint. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getFeatureId3
The feature identifier for the third partner in the angle restraint. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.- Returns:
- IntColumn
-
getGroupConditionality
If a group of angles are restrained together, this data item defines the conditionality based on which the restraint is applied in the modeling.- Returns:
- StrColumn
-
getAngleLowerLimit
The lower limit to the threshold applied to this angle restraint in the integrative modeling task.- Returns:
- FloatColumn
-
getAngleUpperLimit
The upper limit to the threshold applied to this angle restraint in the integrative modeling task.- Returns:
- FloatColumn
-
getAngleLowerLimitEsd
The estimated standard deviation of the lower limit angle threshold applied.- Returns:
- FloatColumn
-
getAngleUpperLimitEsd
The estimated standard deviation of the upper limit angle threshold applied.- Returns:
- FloatColumn
-
getProbability
The real number that indicates the probability that the angle restraint is correct. This number should fall between 0.0 and 1.0.- Returns:
- FloatColumn
-
getRestraintType
The type of angle restraint applied.- Returns:
- StrColumn
-
getAngleThresholdMean
The angle threshold mean applied to the restraint.- Returns:
- FloatColumn
-
getAngleThresholdEsd
The estimated standard deviation of the angle threshold applied to the restraint.- Returns:
- FloatColumn
-
getDatasetListId
Identifier to the input data from which the angle restraint is derived. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-