Package org.rcsb.cif.schema.mm
Class AtomSitesAlt
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AtomSitesAlt
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AtomSitesAlt
extends DelegatingCategory
Data items in the ATOM_SITES_ALT category record details
about the structural ensembles that should be generated from
atom sites or groups of atom sites that are modelled in
alternative conformations in this data block.
-
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 AtomSitesAlt(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the modelling of atoms in alternative conformations.StrColumngetId()The value of _atom_sites_alt.id must uniquely identify a record in the ATOM_SITES_ALT list.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the modelling of atoms in alternative conformations.- Returns:
- StrColumn
-
getId
The value of _atom_sites_alt.id must uniquely identify a record in the ATOM_SITES_ALT list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-