Package org.rcsb.cif.schema.mm
Class StructConn
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructConn
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructConn
extends DelegatingCategory
Data items in the STRUCT_CONN category record details about
the connections between portions of the structure. These can be
hydrogen bonds, salt bridges, disulfide bridges and so on.
The STRUCT_CONN_TYPE records define the criteria used to
identify these connections.
-
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 StructConn(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConnTypeId()This data item is a pointer to _struct_conn_type.id in the STRUCT_CONN_TYPE category.StrColumngetDetails()A description of special aspects of the connection.StrColumngetId()The value of _struct_conn.id must uniquely identify a record in the STRUCT_CONN list.FloatColumngetPdbxDistValue()Distance value for this contact.StrColumngetPdbxLeavingAtomFlag()This data item identifies if the linkage has displaced leaving atoms on both, one or none of the connected atoms forming the linkage.StrColumngetPdbxPDBId()A placeholder for the PDB id in the case the category is used to hold the information of the MODRES record of a PDB file.StrColumngetPdbxPtnr1AtomStereoConfig()The chiral configuration of the first atom making the linkage.StrColumngetPdbxPtnr1AuthAltId()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr1LabelAltId()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr1LeavingAtomId()The leaving atom that is removed from first atom making the linkage.StrColumngetPdbxPtnr1ModName()The abbreviation of the modifier group.StrColumngetPdbxPtnr1PDBInsCode()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr1ReplacedAtom()The name of the atom which got replaced by the modifier.StrColumngetPdbxPtnr1StandardCompId()A placeholder for the standard residue name found in the MODRES record of a PDB file.StrColumngetPdbxPtnr1SugarName()The abbreviation of the sugar modifier in the case it is a conformer of deoxyribose or ribose.StrColumngetPdbxPtnr2AtomStereoConfig()The chiral configuration of the second atom making the linkage.StrColumngetPdbxPtnr2AuthAltId()A component of the identifier for partner 2 of the structure connection.StrColumngetPdbxPtnr2LabelAltId()A component of the identifier for partner 2 of the structure connection.StrColumngetPdbxPtnr2LeavingAtomId()The leaving atom that is removed from second atom making the linkage.StrColumngetPdbxPtnr2PDBInsCode()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr3AuthAltId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3AuthAsymId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3AuthAtomId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3AuthCompId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3AuthInsCode()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3AuthSeqId()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr3LabelAltId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3LabelAsymId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3LabelAtomId()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxPtnr3LabelCompId()A component of the identifier for partner 3 of the structure connection.IntColumngetPdbxPtnr3LabelSeqId()A component of the identifier for partner 1 of the structure connection.StrColumngetPdbxPtnr3PDBInsCode()A component of the identifier for partner 3 of the structure connection.StrColumngetPdbxRole()The chemical or structural role of the interactionStrColumngetPdbxValueOrder()The chemical bond order associated with the specified atoms in this contact.StrColumngetPtnr1AuthAsymId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1AuthAtomId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1AuthCompId()A component of the identifier for partner 1 of the structure connection.IntColumngetPtnr1AuthSeqId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelAltId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelAsymId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelAtomId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1LabelCompId()A component of the identifier for partner 1 of the structure connection.IntColumngetPtnr1LabelSeqId()A component of the identifier for partner 1 of the structure connection.StrColumngetPtnr1Role()The chemical or structural role of the first partner in the structure connection.StrColumngetPtnr1Symmetry()Describes the symmetry operation that should be applied to the atom set specified by _struct_conn.ptnr1_label* to generate the first partner in the structure connection.StrColumngetPtnr2AuthAsymId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2AuthAtomId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2AuthCompId()A component of the identifier for partner 2 of the structure connection.IntColumngetPtnr2AuthSeqId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelAltId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelAsymId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelAtomId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2LabelCompId()A component of the identifier for partner 2 of the structure connection.IntColumngetPtnr2LabelSeqId()A component of the identifier for partner 2 of the structure connection.StrColumngetPtnr2Role()The chemical or structural role of the second partner in the structure connection.StrColumngetPtnr2Symmetry()Describes the symmetry operation that should be applied to the atom set specified by _struct_conn.ptnr2_label* to generate the second partner in the structure connection.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getConnTypeId
This data item is a pointer to _struct_conn_type.id in the STRUCT_CONN_TYPE category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the connection.- Returns:
- StrColumn
-
getId
The value of _struct_conn.id must uniquely identify a record in the STRUCT_CONN list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPtnr1LabelAltId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getPtnr1LabelAsymId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1LabelAtomId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getPtnr1LabelCompId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1LabelSeqId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr1AuthAsymId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1AuthAtomId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1AuthCompId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr1AuthSeqId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr1Role
The chemical or structural role of the first partner in the structure connection.- Returns:
- StrColumn
-
getPtnr1Symmetry
Describes the symmetry operation that should be applied to the atom set specified by _struct_conn.ptnr1_label* to generate the first partner in the structure connection.- Returns:
- StrColumn
-
getPtnr2LabelAltId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getPtnr2LabelAsymId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2LabelAtomId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getPtnr2LabelCompId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2LabelSeqId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr2AuthAsymId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2AuthAtomId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2AuthCompId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPtnr2AuthSeqId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPtnr2Role
The chemical or structural role of the second partner in the structure connection.- Returns:
- StrColumn
-
getPtnr2Symmetry
Describes the symmetry operation that should be applied to the atom set specified by _struct_conn.ptnr2_label* to generate the second partner in the structure connection.- Returns:
- StrColumn
-
getPdbxPtnr1PDBInsCode
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr1AuthAltId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.pdbx_auth_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr1LabelAltId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr1StandardCompId
A placeholder for the standard residue name found in the MODRES record of a PDB file.- Returns:
- StrColumn
-
getPdbxPtnr2PDBInsCode
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr2AuthAltId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.pdbx_auth_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr2LabelAltId
A component of the identifier for partner 2 of the structure connection. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3AuthAltId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.pdbx_auth_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3AuthAsymId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3AuthAtomId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3AuthCompId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3PDBInsCode
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3AuthSeqId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3LabelAltId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3LabelAsymId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3LabelAtomId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.label_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3LabelCompId
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr3LabelSeqId
A component of the identifier for partner 1 of the structure connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getPdbxPDBId
A placeholder for the PDB id in the case the category is used to hold the information of the MODRES record of a PDB file.- Returns:
- StrColumn
-
getPdbxDistValue
Distance value for this contact.- Returns:
- FloatColumn
-
getPdbxValueOrder
The chemical bond order associated with the specified atoms in this contact.- Returns:
- StrColumn
-
getPdbxLeavingAtomFlag
This data item identifies if the linkage has displaced leaving atoms on both, one or none of the connected atoms forming the linkage. Leaving atoms are defined within their chemical defintions of each connected component.- Returns:
- StrColumn
-
getPdbxPtnr1ModName
The abbreviation of the modifier group.- Returns:
- StrColumn
-
getPdbxPtnr1SugarName
The abbreviation of the sugar modifier in the case it is a conformer of deoxyribose or ribose.- Returns:
- StrColumn
-
getPdbxPtnr1ReplacedAtom
The name of the atom which got replaced by the modifier.- Returns:
- StrColumn
-
getPdbxPtnr3AuthInsCode
A component of the identifier for partner 3 of the structure connection. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPdbxPtnr1AtomStereoConfig
The chiral configuration of the first atom making the linkage.- Returns:
- StrColumn
-
getPdbxPtnr1LeavingAtomId
The leaving atom that is removed from first atom making the linkage.- Returns:
- StrColumn
-
getPdbxPtnr2AtomStereoConfig
The chiral configuration of the second atom making the linkage.- Returns:
- StrColumn
-
getPdbxPtnr2LeavingAtomId
The leaving atom that is removed from second atom making the linkage.- Returns:
- StrColumn
-
getPdbxRole
The chemical or structural role of the interaction- Returns:
- StrColumn
-