Package org.rcsb.cif.schema.mm
Class PdbxStereochemistry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStereochemistry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStereochemistry
extends DelegatingCategory
Data items in the PDBX_STEREOCHEMISTRY identify chiral
centers and associated chiral volumes.
-
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 PdbxStereochemistry(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAngleOutOfPlane()Out-of-plane angle for neighbor WStrColumngetAuthAsymId()This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.StrColumngetAuthSeqId()This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.IntColumngetId()The value of _pdbx_stereochemistry.id must uniquely identify each item in the PDBX_STEREOCHEMISTRY list.StrColumngetLabelAltId()This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.StrColumngetLabelAltIdU()Alt_id for stereochemically related atom U.StrColumngetLabelAltIdV()Alt_id for stereochemically related atom V.StrColumngetLabelAltIdW()Alt_id for stereochemically related atom W.StrColumngetLabelAsymId()This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.StrColumngetLabelAtomId()This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.StrColumngetLabelAtomIdU()Stereochemically related atom U.StrColumngetLabelAtomIdV()Stereochemically related atom V.StrColumngetLabelAtomIdW()Stereochemically related atom W.StrColumngetLabelCompId()This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.IntColumngetLabelSeqId()This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.IntColumngetModelId()The model number for the given angleFloatColumngetVolume3()Chiral volume in degrees.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 _pdbx_stereochemistry.id must uniquely identify each item in the PDBX_STEREOCHEMISTRY list. This is an integer serial number.- Returns:
- IntColumn
-
getModelId
The model number for the given angle- Returns:
- IntColumn
-
getAuthAsymId
This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAsymId
This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelCompId
This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId
This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId
This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getLabelAtomId
This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId
This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomIdU
Stereochemically related atom U. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltIdU
Alt_id for stereochemically related atom U. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomIdV
Stereochemically related atom V. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltIdV
Alt_id for stereochemically related atom V. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomIdW
Stereochemically related atom W. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltIdW
Alt_id for stereochemically related atom W. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getVolume3
Chiral volume in degrees. (U x V) * W- Returns:
- FloatColumn
-
getAngleOutOfPlane
Out-of-plane angle for neighbor W- Returns:
- FloatColumn
-