Package org.rcsb.cif.schema.mm
Class EmHelicalEntity
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmHelicalEntity
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmHelicalEntity
extends DelegatingCategory
Data items in the EM_HELICAL_ENTITY category record details
for a helical or filament type of assembly component.
-
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 EmHelicalEntity(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAngularRotationPerSubunit()The angular rotation per helical subunit in degrees.FloatColumngetAxialRisePerSubunit()The axial rise per subunit in the helical assembly.StrColumngetAxialSymmetry()Symmetry of the helical axis, either cyclic (Cn) or dihedral (Dn), where n>=1.StrColumngetDetails()Any other details regarding the helical assemblyStrColumngetDyad()Value should be YES if a the filament has two-fold symmetry perpendicular to the helical axis.StrColumngetEntityAssemblyId()The value of _em_helical_entity.entity_assembly_id identifies a particular assembly component.StrColumngetHand()Handedness of the helix: right handed or left handedStrColumngetId()The value of _em_helical_entity.id must uniquely identify a set of the filament parameters for this assembly component.StrColumngetImageProcessingId()The value of _em_helical_entity.reconstruction_id identifies a particular reconstruction.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _em_helical_entity.id must uniquely identify a set of the filament parameters for this assembly component.- Returns:
- StrColumn
-
getEntityAssemblyId
The value of _em_helical_entity.entity_assembly_id identifies a particular assembly component. This data item is a pointer to _em_entity_assembly.id in the EM_ENTITY_ASSEMBLY category.- Returns:
- StrColumn
-
getImageProcessingId
The value of _em_helical_entity.reconstruction_id identifies a particular reconstruction. This data item is a pointer to _em_image_processing.id.- Returns:
- StrColumn
-
getDetails
Any other details regarding the helical assembly- Returns:
- StrColumn
-
getDyad
Value should be YES if a the filament has two-fold symmetry perpendicular to the helical axis.- Returns:
- StrColumn
-
getAxialSymmetry
Symmetry of the helical axis, either cyclic (Cn) or dihedral (Dn), where n>=1.- Returns:
- StrColumn
-
getAngularRotationPerSubunit
The angular rotation per helical subunit in degrees.- Returns:
- FloatColumn
-
getAxialRisePerSubunit
The axial rise per subunit in the helical assembly.- Returns:
- FloatColumn
-
getHand
Handedness of the helix: right handed or left handed- Returns:
- StrColumn
-