Class IhmModelingPostProcess

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmModelingPostProcess
    extends BaseCategory
    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 Detail

      • IhmModelingPostProcess

        public IhmModelingPostProcess​(String name,
                                      int rowCount,
                                      Object[] encodedColumns)
      • IhmModelingPostProcess

        public IhmModelingPostProcess​(String name)
    • Method Detail

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