Package org.rcsb.cif.schema.mm
Class PdbxValidateTorsion
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxValidateTorsion
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxValidateTorsion
extends DelegatingCategory
Data items in the PDBX_VALIDATE_TORSION category list the
residues with torsion angles outside the expected ramachandran regions
-
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 PdbxValidateTorsion(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()Part of the identifier of the residue This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthCompId()Part of the identifier of the residue This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.StrColumngetAuthSeqId()Part of the identifier of the residue This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.IntColumngetId()The value of _pdbx_validate_torsion.id must uniquely identify each item in the PDBX_VALIDATE_TORSION list.StrColumngetLabelAltId()Optional identifier of the residue This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.StrColumngetPDBInsCode()Optional identifier of the residue This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.IntColumngetPDBModelNum()The model number for the given residue This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.FloatColumngetPhi()The Phi value that for the residue that lies outside normal limits (in combination with the Psi value) with regards to the rammachandran plotFloatColumngetPsi()The Psi value that for the residue that lies outside normal limits (in combination with the Phi value) with regards to the rammachandran plotMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_validate_torsion.id must uniquely identify each item in the PDBX_VALIDATE_TORSION list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
The model number for the given residue This data item is a pointer to _atom_site.pdbx_PDB_model_num in the ATOM_SITE category.- Returns:
- IntColumn
-
getAuthAsymId
Part of the identifier of the residue This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId
Part of the identifier of the residue This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
Part of the identifier of the residue This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode
Optional identifier of the residue This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
Optional identifier of the residue This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPhi
The Phi value that for the residue that lies outside normal limits (in combination with the Psi value) with regards to the rammachandran plot- Returns:
- FloatColumn
-
getPsi
The Psi value that for the residue that lies outside normal limits (in combination with the Phi value) with regards to the rammachandran plot- Returns:
- FloatColumn
-