Package org.rcsb.cif.schema.mm
Class PdbxStructMsymGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructMsymGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructMsymGen
extends DelegatingCategory
Data items in the PDBX_STRUCT_MSYM_GEN category record details about
the generation of the minimal asymmetric unit. For instance, this
category can be used to provide this information for helical and point
symmetry systems. The PDBX_STRUCT_MSYM_GEN data items provide the
specifications of the components that constitute the asymmetric unit
in terms of cartesian transformations of deposited coordinates.
-
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 PdbxStructMsymGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityInstId()This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.StrColumngetMsymId()Uniquely identifies the this structure instance in point symmetry unit.StrColumngetOperExpression()Identifies the operation from category PDBX_STRUCT_OPER_LIST.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityInstId
This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.- Returns:
- StrColumn
-
getMsymId
Uniquely identifies the this structure instance in point symmetry unit.- Returns:
- StrColumn
-
getOperExpression
Identifies the operation from category PDBX_STRUCT_OPER_LIST.- Returns:
- StrColumn
-