Package org.rcsb.cif.schema.mm
Class PdbxStructAsymGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructAsymGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructAsymGen
extends DelegatingCategory
Data items in the PDBX_STRUCT_ASYM_GEN category record details about
the generation of the crystallographic asymmetric unit. The
PDBX_STRUCT_ASYM_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 PdbxStructAsymGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.StrColumngetEntityInstId()This data item is a pointer to _pdbx_struct_entity_inst.id in the PDBX_STRUCT_ENTITY_INST category.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
-
getAsymId
This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getOperExpression
Identifies the operation from category PDBX_STRUCT_OPER_LIST.- Returns:
- StrColumn
-