Package org.rcsb.cif.schema.mm
Class IhmEprRestraint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmEprRestraint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmEprRestraint
extends DelegatingCategory
Data items in the IHM_EPR_RESTRAINT category records the
details of the EPR data used as 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 IhmEprRestraint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetChiValue()The chi value resulting from fitting the model to the EPR data.IntColumngetDatasetListId()Identifier to the EPR data used.StrColumngetDetails()Additional details regarding the EPR restraint used.StrColumngetFittingMethod()The method used for fitting the model to the EPR data.StrColumngetFittingMethodCitationId()Identifier pointing to the citation for the fitting method.StrColumngetFittingParticleType()The type of particle fit to the EPR data.IntColumngetFittingSoftwareId()Identifier pointing to the software used for fitting.StrColumngetFittingState()An indicator to single or multiple state fitting.IntColumngetModelId()The model number corresponding to the EPR fitting result presented.IntColumngetOrdinalId()A unique identifier for the EPR restraint description.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinalId
A unique identifier for the EPR restraint description.- Returns:
- IntColumn
-
getDatasetListId
Identifier to the EPR data used. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getModelId
The model number corresponding to the EPR fitting result presented. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-
getFittingParticleType
The type of particle fit to the EPR data.- Returns:
- StrColumn
-
getFittingMethod
The method used for fitting the model to the EPR data.- Returns:
- StrColumn
-
getFittingMethodCitationId
Identifier pointing to the citation for the fitting method. This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getFittingState
An indicator to single or multiple state fitting.- Returns:
- StrColumn
-
getFittingSoftwareId
Identifier pointing to the software used for fitting. This data item is a pointer to _software.pdbx_ordinal in the SOFTWARE category.- Returns:
- IntColumn
-
getChiValue
The chi value resulting from fitting the model to the EPR data.- Returns:
- FloatColumn
-
getDetails
Additional details regarding the EPR restraint used.- Returns:
- StrColumn
-