Class MetalBondDistance


  • public class MetalBondDistance
    extends Object
    A bean that contains cutoffs for correctly detecting metal bonds. Definitions are in file bond_distance_limits.cif.gz Created by andreas on 6/9/16.
    • Constructor Detail

      • MetalBondDistance

        public MetalBondDistance()
    • Method Detail

      • getAtomType1

        public String getAtomType1()
      • setAtomType1

        public void setAtomType1​(String atomType1)
      • getAtomType2

        public String getAtomType2()
      • setAtomType2

        public void setAtomType2​(String atomType2)
      • getLowerLimit

        public float getLowerLimit()
      • setLowerLimit

        public void setLowerLimit​(float lowerLimit)
      • getUpperLimit

        public float getUpperLimit()
      • setUpperLimit

        public void setUpperLimit​(float upperLimit)