Package org.rcsb.cif.schema.mm
Class IhmCrossLinkResult
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmCrossLinkResult
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmCrossLinkResult
extends DelegatingCategory
Data items in the IHM_CROSS_LINK_RESULT category records the
results of the crosslinking restraints 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 IhmCrossLinkResult(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()This records holds any associated details of the results of the particular crosslink restraint in the integrative modeling task.FloatColumngetDistanceThreshold()The distance threshold applied to this crosslink in the integrative modeling task.IntColumngetEnsembleId()An identifier for the ensemble whose results are described.IntColumngetId()A unique identifier for the restraint/ensemble combination.FloatColumngetMedianDistance()The median distance between the crosslinked residues in the sampled models.IntColumngetNumModels()Number of models sampled in the integrative modeling task, for which the crosslinking distance is provided.IntColumngetRestraintId()An identifier for the crosslink restraint between a pair of residues.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/ensemble 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
-
getEnsembleId
An identifier for the ensemble whose results are described. This data item is a pointer to _ihm_ensemble_info.ensemble_id in the IHM_ENSEMBLE_INFO category.- Returns:
- IntColumn
-
getNumModels
Number of models sampled in the integrative modeling task, for which the crosslinking distance is provided.- Returns:
- IntColumn
-
getDistanceThreshold
The distance threshold applied to this crosslink in the integrative modeling task.- Returns:
- FloatColumn
-
getMedianDistance
The median distance between the crosslinked residues in the sampled models.- Returns:
- FloatColumn
-
getDetails
This records holds any associated details of the results of the particular crosslink restraint in the integrative modeling task.- Returns:
- StrColumn
-