Package org.rcsb.cif.model.generated
Class PdbxHelicalSymmetry
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxHelicalSymmetry
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxHelicalSymmetry extends BaseCategory
Data items in the PDBX_HELICAL_SYMMETRY category record details about the helical symmetry group associated with this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxHelicalSymmetry(String name)PdbxHelicalSymmetry(String name, int rowCount, Object[] encodedColumns)PdbxHelicalSymmetry(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 subunits-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getNumberOfOperations
public IntColumn getNumberOfOperations()
Number of operations.- Returns:
- IntColumn
-
getRotationPerNSubunits
public FloatColumn getRotationPerNSubunits()
Angular rotation (degrees) in N subunits- Returns:
- FloatColumn
-
getRisePerNSubunits
public FloatColumn getRisePerNSubunits()
Angular rotation (degrees) in N subunits- Returns:
- FloatColumn
-
getNSubunitsDivisor
public IntColumn getNSubunitsDivisor()
Number of subunits used in the calculation of rise and rotation.- Returns:
- IntColumn
-
getDyadAxis
public StrColumn getDyadAxis()
Two-fold symmetry perpendicular to the helical axis.- Returns:
- StrColumn
-
getCircularSymmetry
public IntColumn getCircularSymmetry()
Rotational n-fold symmetry about the helical axis.- Returns:
- IntColumn
-
-