Package org.rcsb.cif.schema.mm
Class IhmStartingComputationalModels
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStartingComputationalModels
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStartingComputationalModels
extends DelegatingCategory
Data items in the IHM_STARTING_COMPUTATIONAL_MODELS category records
additional details about computational models used as starting inputs in
the integrative model building process.
-
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 IhmStartingComputationalModels(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetScriptFileId()The file id corresponding to the script used in the computational modeling.IntColumngetSoftwareId()An identifier to the software used in computational modeling.StrColumngetStartingModelId()The identifier for the starting structural model.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getStartingModelId
The identifier for the starting structural model. This data item is a pointer to _ihm_starting_model_details.starting_model_id in the IHM_STARTING_MODEL_DETAILS category.- Returns:
- StrColumn
-
getScriptFileId
The file id corresponding to the script used in the computational modeling. This data item is a pointer to _ihm_external_files.id in the IHM_EXTERNAL_FILES category.- Returns:
- IntColumn
-
getSoftwareId
An identifier to the software used in computational modeling. This data item is a pointer to _software.pdbx_ordinal in the SOFTWARE category.- Returns:
- IntColumn
-