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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getOrdinalId

      public IntColumn getOrdinalId()
      A unique identifier for the EPR restraint description.
      Returns:
      IntColumn
    • getDatasetListId

      public 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

      public 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

      public StrColumn getFittingParticleType()
      The type of particle fit to the EPR data.
      Returns:
      StrColumn
    • getFittingMethod

      public StrColumn getFittingMethod()
      The method used for fitting the model to the EPR data.
      Returns:
      StrColumn
    • getFittingMethodCitationId

      public 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

      public StrColumn getFittingState()
      An indicator to single or multiple state fitting.
      Returns:
      StrColumn
    • getFittingSoftwareId

      public IntColumn 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

      public FloatColumn getChiValue()
      The chi value resulting from fitting the model to the EPR data.
      Returns:
      FloatColumn
    • getDetails

      public StrColumn getDetails()
      Additional details regarding the EPR restraint used.
      Returns:
      StrColumn