Class MetalBondDistance
- java.lang.Object
-
- org.biojava.nbio.structure.io.mmcif.chem.MetalBondDistance
-
public class MetalBondDistance extends java.lang.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 Summary
Constructors Constructor Description MetalBondDistance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAtomType1()
java.lang.String
getAtomType2()
float
getLowerLimit()
float
getUpperLimit()
void
setAtomType1(java.lang.String atomType1)
void
setAtomType2(java.lang.String atomType2)
void
setLowerLimit(float lowerLimit)
void
setUpperLimit(float upperLimit)
java.lang.String
toString()
-
-
-
Method Detail
-
getAtomType1
public java.lang.String getAtomType1()
-
setAtomType1
public void setAtomType1(java.lang.String atomType1)
-
getAtomType2
public java.lang.String getAtomType2()
-
setAtomType2
public void setAtomType2(java.lang.String atomType2)
-
getLowerLimit
public float getLowerLimit()
-
setLowerLimit
public void setLowerLimit(float lowerLimit)
-
getUpperLimit
public float getUpperLimit()
-
setUpperLimit
public void setUpperLimit(float upperLimit)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-