Class ChemicalConnBond

All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemicalConnBond
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the connections between the atoms sites in the chemical_conn_atom list and the nature of the chemical bond between these atoms. These are 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.
  • Constructor Details

  • Method Details

    • getId

      public StrColumn getId()
      Unique identifier for the bond.
      Returns:
      StrColumn
    • getAtom1

      public IntColumn getAtom1()
      Index id of first atom in a bond connecting two atom sites.
      Returns:
      IntColumn
    • getAtom2

      public IntColumn getAtom2()
      Index id of second atom in a bond connecting two atom sites.
      Returns:
      IntColumn
    • getDistance

      public FloatColumn getDistance()
      The value that should be taken as the target for the chemical bond associated with the specified atoms, expressed as a distance.
      Returns:
      FloatColumn
    • getType

      public StrColumn getType()
      Code for the chemical bond type.
      Returns:
      StrColumn