Package org.rcsb.cif.schema.mm
Class IhmCrossLinkResultParameters
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkResultParameters
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkResultParameters
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_RESULT_PARAMETERS category records the
results of the crosslinking restraint parameters in the IHM modeling.
-
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 IhmCrossLinkResultParameters(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetId()A unique identifier for the restraint/model combination.IntColumngetModelId()The model number corresponding to the cross link result presented.FloatColumngetPsi()The uncertainty in the crosslinking experimental data; May be approximated to the false positive rate.IntColumngetRestraintId()An identifier for the crosslink restraint between a pair of residues.FloatColumngetSigma1()The uncertainty in the position of residue 1 in the crosslink arising due to the multi-scale nature of the model represention.FloatColumngetSigma2()The uncertainty in the position of residue 2 in the crosslink arising due to the multi-scale nature of the model represention.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 restraint/model combination.- Returns:
- IntColumn
-
getRestraintId
An identifier for the crosslink restraint between a pair of residues. This data item is a pointer to _ihm_cross_link_restraint.id in the IHM_CROSS_LINK_RESTRAINT category.- Returns:
- IntColumn
-
getModelId
The model number corresponding to the cross link result presented. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-
getPsi
The uncertainty in the crosslinking experimental data; May be approximated to the false positive rate.- Returns:
- FloatColumn
-
getSigma1
The uncertainty in the position of residue 1 in the crosslink arising due to the multi-scale nature of the model represention.- Returns:
- FloatColumn
-
getSigma2
The uncertainty in the position of residue 2 in the crosslink arising due to the multi-scale nature of the model represention.- Returns:
- FloatColumn
-