Class PdbxBondDistanceLimits

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxBondDistanceLimits
    extends BaseCategory
    This category provides a table of upper and lower distance limits used as criteria in determining covalent bonds. The table is organized by atom type pairs.
    • Constructor Detail

      • PdbxBondDistanceLimits

        public PdbxBondDistanceLimits​(String name,
                                      int rowCount,
                                      Object[] encodedColumns)
      • PdbxBondDistanceLimits

        public PdbxBondDistanceLimits​(String name)
    • Method Detail

      • getAtomType1

        public StrColumn getAtomType1()
        The first atom type defining the bond
        Returns:
        StrColumn
      • getAtomType2

        public StrColumn getAtomType2()
        The first atom type defining the bond
        Returns:
        StrColumn
      • getLowerLimit

        public FloatColumn getLowerLimit()
        The lower bond distance limit.
        Returns:
        FloatColumn
      • getUpperLimit

        public FloatColumn getUpperLimit()
        The upper bond distance limit.
        Returns:
        FloatColumn