Class IhmModelingPostProcess

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelingPostProcess
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelingPostProcess
extends DelegatingCategory
Data items in the IHM_MODELING_POST_PROCESS category records the details of the post processing of the models/results of the modeling protocol.
  • Constructor Details

  • Method Details

    • createDelegate

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

      public IntColumn getId()
      A unique identifier for the post modeling analysis/step combination.
      Returns:
      IntColumn
    • getProtocolId

      public IntColumn getProtocolId()
      An identifier for the modeling protocol, whose post modeling analysis is being carried out. This data item is a pointer to the _ihm_modeling_protocol.id in the IHM_MODELING_PROTOCOL category.
      Returns:
      IntColumn
    • getAnalysisId

      public IntColumn getAnalysisId()
      An identifier for the post modeling analysis. This data item accounts for multiple post-modeling analyses that can be carried out.
      Returns:
      IntColumn
    • getStepId

      public IntColumn getStepId()
      In a multi-step process, this identifier denotes the particular step in the post modeling analysis.
      Returns:
      IntColumn
    • getStructAssemblyId

      public IntColumn getStructAssemblyId()
      An index for the structural assembly being processed. This is an indicator to whether the whole assembly is processed or if only a subset of the structural assembly is processed. This data item is a pointer to _ihm_struct_assembly.id in the IHM_STRUCT_ASSEMBLY category.
      Returns:
      IntColumn
    • getDatasetGroupId

      public IntColumn getDatasetGroupId()
      An index for the dataset group being used in the post modeling process. This data item is a pointer to the _ihm_dataset_group.id in the IHM_DATASET_GROUP category.
      Returns:
      IntColumn
    • getType

      public StrColumn getType()
      The type of post modeling analysis being carried out.
      Returns:
      StrColumn
    • getFeature

      public StrColumn getFeature()
      The parameter/feature used in the post modeling analysis.
      Returns:
      StrColumn
    • getFeatureName

      public StrColumn getFeatureName()
      The name of the parameter/feature used in the post modeling analysis.
      Returns:
      StrColumn
    • getNumModelsBegin

      public IntColumn getNumModelsBegin()
      The number of models at the beginning of the post processing step.
      Returns:
      IntColumn
    • getNumModelsEnd

      public IntColumn getNumModelsEnd()
      The number of models the the end of the post processing step.
      Returns:
      IntColumn
    • getScriptFileId

      public IntColumn getScriptFileId()
      The file id corresponding to the script used in the post processing step. This data item is a pointer to _ihm_external_files.id in the IHM_EXTERNAL_FILES category.
      Returns:
      IntColumn
    • getSoftwareId

      public IntColumn getSoftwareId()
      Identifier to the software used in the post processing step. This data item is a pointer to the _software.pdbx_ordinal in the SOFTWARE category.
      Returns:
      IntColumn
    • getDetails

      public StrColumn getDetails()
      Additional details regarding post processing.
      Returns:
      StrColumn