Package org.rcsb.cif.schema.mm
Class StructNcsEns
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructNcsEns
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructNcsEns
extends DelegatingCategory
Data items in the STRUCT_NCS_ENS category record information
about ensembles of domains related by noncrystallographic
symmetry. The point group of the ensemble when taken as a
whole may be specified, as well as any special aspects of the
ensemble that require description.
-
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 StructNcsEns(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the ensemble.StrColumngetId()The value of _struct_ncs_ens.id must uniquely identify a record in the STRUCT_NCS_ENS list.StrColumngetPointGroup()The point group of the ensemble of structural elements related by one or more noncrystallographic symmetry operations.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 ensemble.- Returns:
- StrColumn
-
getId
The value of _struct_ncs_ens.id must uniquely identify a record in the STRUCT_NCS_ENS list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPointGroup
The point group of the ensemble of structural elements related by one or more noncrystallographic symmetry operations. The relationships need not be precise; this data item is intended to give a rough description of the noncrystallographic symmetry relationships.- Returns:
- StrColumn
-