Package org.rcsb.cif.schema.mm
Class PdbxSequencePattern
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSequencePattern
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSequencePattern
extends DelegatingCategory
Data items in the PDBX_SEQUENCE_PATTERN category record
the number of occurences of common step sequence patterns
(e.g. AA, CG, AT).
-
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 PdbxSequencePattern(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()The identifier of the author asym_id of the strand containing the sequence pattern.StrColumngetLabelAsymId()The identifier of the asym_id of the strand containing the sequence pattern.IntColumngetPatternCount()Number of occurences of the sequence pattern within the named strand.StrColumngetSequencePattern()Sequence singlet or doublet.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLabelAsymId
The identifier of the asym_id of the strand containing the sequence pattern. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId
The identifier of the author asym_id of the strand containing the sequence pattern. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPatternCount
Number of occurences of the sequence pattern within the named strand.- Returns:
- IntColumn
-
getSequencePattern
Sequence singlet or doublet.- Returns:
- StrColumn
-