Package org.rcsb.cif.model.generated
Class IhmModelingPostProcess
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmModelingPostProcess(String name)IhmModelingPostProcess(String name, int rowCount, Object[] encodedColumns)IhmModelingPostProcess(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetAnalysisId()An identifier for the post modeling analysis.IntColumngetDatasetGroupId()An index for the dataset group being used in the post modeling process.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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-