Package org.rcsb.cif.schema.mm
Class IhmModelRepresentationDetails
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmModelRepresentationDetails
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmModelRepresentationDetails
extends DelegatingCategory
Data items in the IHM_MODEL_REPRESENTATION_DETAILS category records the
details about the architecture and representation of structural
models involved 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 IhmModelRepresentationDetails(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescription()Additional description regarding the model representation.StrColumngetEntityAsymId()An asym/strand identifier for the entity molecule.StrColumngetEntityDescription()A text description of the molecular entityStrColumngetEntityId()A unique identifier distinct molecular entities.IntColumngetEntityPolySegmentId()The identifier for the polymeric segment in the representation.IntColumngetId()A unique identifier for the category.StrColumngetModelGranularity()The level of detail at which model primitive objects are applied to the structure.StrColumngetModelMode()The manner in which the segment is modeled.IntColumngetModelObjectCount()The number of primitive objects used to model a feature in the case of 'by-feature' granularity.StrColumngetModelObjectPrimitive()The primitive object used to model this segment.IntColumngetRepresentationId()An identifier that collects or groups together a set of representations.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
-
getId
A unique identifier for the category.- Returns:
- IntColumn
-
getRepresentationId
An identifier that collects or groups together a set of representations. This data item is a pointer to _ihm_model_representation.id in the IHM_MODEL_REPRESENTATION category.- Returns:
- IntColumn
-
getEntityPolySegmentId
The identifier for the polymeric segment in the representation. This data item is a pointer to _ihm_entity_poly_segment.id in the IHM_ENTITY_POLY_SEGMENT category.- Returns:
- IntColumn
-
getEntityId
A unique identifier distinct molecular entities. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getEntityDescription
A text description of the molecular entity- Returns:
- StrColumn
-
getEntityAsymId
An asym/strand identifier for the entity molecule. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getModelObjectPrimitive
The primitive object used to model this segment.- Returns:
- 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
-
getModelMode
The manner in which the segment is modeled.- Returns:
- StrColumn
-
getModelGranularity
The level of detail at which model primitive objects are applied to the structure.- Returns:
- StrColumn
-
getModelObjectCount
The number of primitive objects used to model a feature in the case of 'by-feature' granularity.- Returns:
- IntColumn
-
getDescription
Additional description regarding the model representation.- Returns:
- StrColumn
-