Package org.rcsb.cif.schema.mm
Class ChemicalConnBond
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemicalConnBond
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemicalConnBond
extends DelegatingCategory
Data items in the CHEMICAL_CONN_BOND category would not, in
general, be used in a macromolecular CIF. See instead the
ENTITY data items.
Data items in the CHEMICAL_CONN_ATOM and CHEMICAL_CONN_BOND
categories record details about the two-dimensional (2D)
chemical structure of the molecular species. They allow a
2D chemical diagram to be reconstructed for use in a
publication or in a database search for structural and
substructural relationships.
The CHEMICAL_CONN_BOND data items specify the connections
between the atoms in the CHEMICAL_CONN_ATOM list and the nature
of the chemical bond between these atoms.
-
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 ChemicalConnBond(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAtom1()This data item is a pointer to _chemical_conn_atom.number in the CHEMICAL_CONN_ATOM category.IntColumngetAtom2()This data item is a pointer to _chemical_conn_atom.number in the CHEMICAL_CONN_ATOM category.StrColumngetType()The chemical bond type associated with the connection between the two sites _chemical_conn_bond.atom_1 and _chemical_conn_bond.atom_2.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtom1
This data item is a pointer to _chemical_conn_atom.number in the CHEMICAL_CONN_ATOM category.- Returns:
- IntColumn
-
getAtom2
This data item is a pointer to _chemical_conn_atom.number in the CHEMICAL_CONN_ATOM category.- Returns:
- IntColumn
-
getType
The chemical bond type associated with the connection between the two sites _chemical_conn_bond.atom_1 and _chemical_conn_bond.atom_2.- Returns:
- StrColumn
-