Package org.rcsb.cif.schema.mm
Class IhmModelingProtocol
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelingProtocol
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelingProtocol
extends DelegatingCategory
Data items in the IHM_MODELING_PROTOCOL category lists all
modeling protocols used in the integrative modeling study.
-
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 IhmModelingProtocol(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details about the modeling protocol.IntColumngetId()A unique identifier for the modeling protocol.IntColumngetNumSteps()Number of independent steps in the modeling protocol.StrColumngetProtocolName()The name for the modeling protocol.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 modeling protocol.- Returns:
- IntColumn
-
getNumSteps
Number of independent steps in the modeling protocol.- Returns:
- IntColumn
-
getProtocolName
The name for the modeling protocol.- Returns:
- StrColumn
-
getDetails
Additional details about the modeling protocol.- Returns:
- StrColumn
-