Package org.rcsb.cif.schema.mm
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.
-
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 IhmModelingPostProcess(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAnalysisId()An identifier for the post modeling analysis.IntColumngetDatasetGroupId()An index for the dataset group being used in the post modeling process.StrColumngetDetails()Additional details regarding post processing.StrColumngetFeature()The parameter/feature used in the post modeling analysis.StrColumngetFeatureName()The name of the parameter/feature used in the post modeling analysis.IntColumngetId()A unique identifier for the post modeling analysis/step combination.IntColumngetNumModelsBegin()The number of models at the beginning of the post processing step.IntColumngetNumModelsEnd()The number of models the the end of the post processing step.IntColumngetProtocolId()An identifier for the modeling protocol, whose post modeling analysis is being carried out.IntColumngetScriptFileId()The file id corresponding to the script used in the post processing step.IntColumngetSoftwareId()Identifier to the software used in the post processing step.IntColumngetStepId()In a multi-step process, this identifier denotes the particular step in the post modeling analysis.IntColumngetStructAssemblyId()An index for the structural assembly being processed.StrColumngetType()The type of post modeling analysis being carried out.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the post modeling analysis/step combination.- Returns:
- 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
An identifier for the post modeling analysis. This data item accounts for multiple post-modeling analyses that can be carried out.- Returns:
- IntColumn
-
getStepId
In a multi-step process, this identifier denotes the particular step in the post modeling analysis.- Returns:
- 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
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
The type of post modeling analysis being carried out.- Returns:
- StrColumn
-
getFeature
The parameter/feature used in the post modeling analysis.- Returns:
- StrColumn
-
getFeatureName
The name of the parameter/feature used in the post modeling analysis.- Returns:
- StrColumn
-
getNumModelsBegin
The number of models at the beginning of the post processing step.- Returns:
- IntColumn
-
getNumModelsEnd
The number of models the the end of the post processing step.- Returns:
- 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
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
Additional details regarding post processing.- Returns:
- StrColumn
-