Package org.rcsb.cif.schema.mm
Class StructNcsEnsGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructNcsEnsGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructNcsEnsGen
extends DelegatingCategory
Data items in the STRUCT_NCS_ENS_GEN category list domains
related by a noncrystallographic symmetry operation and
identify the operator.
-
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 StructNcsEnsGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDomId1()The identifier for the domain that will remain unchanged by the transformation operator.StrColumngetDomId2()The identifier for the domain that will be transformed by application of the transformation operator.StrColumngetEnsId()This data item is a pointer to _struct_ncs_ens.id in the STRUCT_NCS_ENS category.StrColumngetOperId()This data item is a pointer to _struct_ncs_oper.id in the STRUCT_NCS_OPER category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDomId1
The identifier for the domain that will remain unchanged by the transformation operator. This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getDomId2
The identifier for the domain that will be transformed by application of the transformation operator. This data item is a pointer to _struct_ncs_dom.id in the STRUCT_NCS_DOM category.- Returns:
- StrColumn
-
getEnsId
This data item is a pointer to _struct_ncs_ens.id in the STRUCT_NCS_ENS category.- Returns:
- StrColumn
-
getOperId
This data item is a pointer to _struct_ncs_oper.id in the STRUCT_NCS_OPER category.- Returns:
- StrColumn
-