Package org.rcsb.cif.schema.mm
Class ChemLinkBond
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemLinkBond
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemLinkBond
extends DelegatingCategory
Data items in the CHEM_LINK_BOND category record details about
bonds in a link between components in the chemical structure.
-
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 ChemLinkBond(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtom1CompId()This data item indicates whether atom 1 is found in the first or the second of the two components connected by the link.StrColumngetAtom2CompId()This data item indicates whether atom 2 is found in the first or the second of the two chemical components connected by the link.StrColumngetAtomId1()The ID of the first of the two atoms that define the bond.StrColumngetAtomId2()The ID of the second of the two atoms that define the bond.StrColumngetLinkId()This data item is a pointer to _chem_link.id in the CHEM_LINK category.FloatColumngetValueDist()The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.FloatColumngetValueDistEsd()The standard uncertainty (estimated standard deviation) of _chem_link_bond.value_dist.StrColumngetValueOrder()The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtom1CompId
This data item indicates whether atom 1 is found in the first or the second of the two components connected by the link.- Returns:
- StrColumn
-
getAtom2CompId
This data item indicates whether atom 2 is found in the first or the second of the two chemical components connected by the link.- Returns:
- StrColumn
-
getAtomId1
The ID of the first of the two atoms that define the bond. As this data item does not point to a specific atom in a specific chemical component, it is not a child in the linkage sense.- Returns:
- StrColumn
-
getAtomId2
The ID of the second of the two atoms that define the bond. As this data item does not point to a specific atom in a specific component, it is not a child in the linkage sense.- Returns:
- StrColumn
-
getLinkId
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getValueDist
The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.- Returns:
- FloatColumn
-
getValueDistEsd
The standard uncertainty (estimated standard deviation) of _chem_link_bond.value_dist.- Returns:
- FloatColumn
-
getValueOrder
The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a bond order.- Returns:
- StrColumn
-