Package org.rcsb.cif.model.generated
Class IhmCrossLinkResult
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmCrossLinkResult
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmCrossLinkResult extends BaseCategory
Data items in the IHM_CROSS_LINK_RESULT category records the results of the crosslinking restraints in the IHM modeling.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmCrossLinkResult(String name)IhmCrossLinkResult(String name, int rowCount, Object[] encodedColumns)IhmCrossLinkResult(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.IntColumngetOrdinalId()A unique identifier for the restraint/ensemble combination.IntColumngetRestraintId()An identifier for the crosslink restraint between a pair of residues.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getOrdinalId
public IntColumn getOrdinalId()
A unique identifier for the restraint/ensemble combination.- Returns:
- IntColumn
-
getRestraintId
public 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
public 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
public IntColumn getNumModels()
Number of models sampled in the integrative modeling task, for which the crosslinking distance is provided.- Returns:
- IntColumn
-
getDistanceThreshold
public FloatColumn getDistanceThreshold()
The distance threshold applied to this crosslink in the integrative modeling task.- Returns:
- FloatColumn
-
getMedianDistance
public FloatColumn getMedianDistance()
The median distance between the crosslinked residues in the sampled models.- Returns:
- FloatColumn
-
getDetails
public StrColumn getDetails()
This records holds any associated details of the results of the particular crosslink restraint in the integrative modeling task.- Returns:
- StrColumn
-
-