Package org.rcsb.cif.model.generated
Class IhmStartingComputationalModels
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmStartingComputationalModels
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmStartingComputationalModels extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmStartingComputationalModels(String name)IhmStartingComputationalModels(String name, int rowCount, Object[] encodedColumns)IhmStartingComputationalModels(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
IhmStartingComputationalModels
public IhmStartingComputationalModels(String name, Map<String,Column> columns)
-
IhmStartingComputationalModels
public IhmStartingComputationalModels(String name, int rowCount, Object[] encodedColumns)
-
IhmStartingComputationalModels
public IhmStartingComputationalModels(String name)
-
-
Method Detail
-
getStartingModelId
public StrColumn 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
public IntColumn 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
public 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
-
-