Package org.rcsb.cif.schema.mm
Class StructSheetOrder
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructSheetOrder
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructSheetOrder
extends DelegatingCategory
Data items in the STRUCT_SHEET_ORDER category record details
about the order of the residue ranges that form a beta-sheet.
All order links are pairwise and the specified pairs are
assumed to be adjacent to one another in the sheet. These data
items are an alternative to the STRUCT_SHEET_TOPOLOGY data
items and they allow all manner of sheets to be described.
-
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 StructSheetOrder(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetOffset()Designates the relative position in the sheet, plus or minus, of the second residue range to the first.StrColumngetRangeId1()This data item is a pointer to _struct_sheet_range.id in the STRUCT_SHEET_RANGE category.StrColumngetRangeId2()This data item is a pointer to _struct_sheet_range.id in the STRUCT_SHEET_RANGE category.StrColumngetSense()A flag to indicate whether the two designated residue ranges are parallel or antiparallel to one another.StrColumngetSheetId()This data item is a pointer to _struct_sheet.id in the STRUCT_SHEET category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOffset
Designates the relative position in the sheet, plus or minus, of the second residue range to the first.- Returns:
- IntColumn
-
getRangeId1
This data item is a pointer to _struct_sheet_range.id in the STRUCT_SHEET_RANGE category.- Returns:
- StrColumn
-
getRangeId2
This data item is a pointer to _struct_sheet_range.id in the STRUCT_SHEET_RANGE category.- Returns:
- StrColumn
-
getSense
A flag to indicate whether the two designated residue ranges are parallel or antiparallel to one another.- Returns:
- StrColumn
-
getSheetId
This data item is a pointer to _struct_sheet.id in the STRUCT_SHEET category.- Returns:
- StrColumn
-