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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getAtom1CompId

      public StrColumn 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

      public 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

      public 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

      public 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

      public StrColumn getLinkId()
      This data item is a pointer to _chem_link.id in the CHEM_LINK category.
      Returns:
      StrColumn
    • getValueDist

      public FloatColumn 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

      public FloatColumn getValueDistEsd()
      The standard uncertainty (estimated standard deviation) of _chem_link_bond.value_dist.
      Returns:
      FloatColumn
    • getValueOrder

      public StrColumn 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