Package org.rcsb.cif.schema.mm
Class PdbxStructNcsVirusGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructNcsVirusGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructNcsVirusGen
extends DelegatingCategory
Data items in the PDBX_STRUCT_NCS_VIRUS_GEN category record details
about the generation of virus structures from NCS matrix operators.
-
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 PdbxStructNcsVirusGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()The NCS operation is applied to the component of the asymmetric unit identified by this id.StrColumngetId()Unique id for generator.StrColumngetOperId()Identifies the NCS operation (_struct_ncs_oper.id)StrColumngetPdbChainId()The NCS operation is applied to the chain identified by this id.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Unique id for generator.- Returns:
- StrColumn
-
getOperId
Identifies the NCS operation (_struct_ncs_oper.id)- Returns:
- StrColumn
-
getAsymId
The NCS operation is applied to the component of the asymmetric unit identified by this id.- Returns:
- StrColumn
-
getPdbChainId
The NCS operation is applied to the chain identified by this id.- Returns:
- StrColumn
-