Package org.rcsb.cif.schema.mm
Class IhmLocalizationDensityFiles
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmLocalizationDensityFiles
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmLocalizationDensityFiles
extends DelegatingCategory
Data items in the IHM_LOCALIZATION_DENSITY_FILES category records the
details of files that provide information regarding localization densities
of ensembles. These may be stored externally as local files or linked via
DOI and can be in any accepted format that provides volume information
(CCP4, MRC, etc.).
-
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 IhmLocalizationDensityFiles(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier corresponding to this localization density.IntColumngetEnsembleId()The ensemble identifier for the ensemble, for which the localization density is provided.StrColumngetEntityId()The entity identifier corresponding to this localization density.IntColumngetEntityPolySegmentId()The identifier for the polymeric segment corresponding to this localization density.IntColumngetFileId()The file id for the externally stored localization density file.IntColumngetId()A unique identifier.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.- Returns:
- IntColumn
-
getFileId
The file id for the externally stored localization density file. This data item is a pointer to _ihm_external_files.id in the IHM_EXTERNAL_FILES category.- Returns:
- IntColumn
-
getEnsembleId
The ensemble identifier for the ensemble, for which the localization density is provided. This data item is a pointer to _ihm_ensemble_info.ensemble_id in the IHM_ENSEMBLE_INFO category.- Returns:
- IntColumn
-
getEntityId
The entity identifier corresponding to this localization density. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getEntityPolySegmentId
The identifier for the polymeric segment corresponding to this localization density. This data item is a pointer to _ihm_entity_poly_segment.id in the IHM_ENTITY_POLY_SEGMENT category.- Returns:
- IntColumn
-
getAsymId
An asym/strand identifier corresponding to this localization density. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-