Package org.rcsb.cif.schema.mm
Class PdbxHelicalSymmetry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxHelicalSymmetry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxHelicalSymmetry
extends DelegatingCategory
Data items in the PDBX_HELICAL_SYMMETRY category record details about the
helical symmetry group associated with this entry.
-
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 PdbxHelicalSymmetry(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetCircularSymmetry()Rotational n-fold symmetry about the helical axis.StrColumngetDyadAxis()Two-fold symmetry perpendicular to the helical axis.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.IntColumngetNSubunitsDivisor()Number of subunits used in the calculation of rise and rotation.IntColumngetNumberOfOperations()Number of operations.FloatColumngetRisePerNSubunits()Angular rotation (degrees) in N subunitsFloatColumngetRotationPerNSubunits()Angular rotation (degrees) in N subunitsMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getNumberOfOperations
Number of operations.- Returns:
- IntColumn
-
getRotationPerNSubunits
Angular rotation (degrees) in N subunits- Returns:
- FloatColumn
-
getRisePerNSubunits
Angular rotation (degrees) in N subunits- Returns:
- FloatColumn
-
getNSubunitsDivisor
Number of subunits used in the calculation of rise and rotation.- Returns:
- IntColumn
-
getDyadAxis
Two-fold symmetry perpendicular to the helical axis.- Returns:
- StrColumn
-
getCircularSymmetry
Rotational n-fold symmetry about the helical axis.- Returns:
- IntColumn
-