Class AtomContact

java.lang.Object
org.biojava.nbio.structure.contact.AtomContact
All Implemented Interfaces:
Serializable

public class AtomContact extends Object implements Serializable
A pair of atoms that are in contact
Author:
duarte_j
See Also:
  • Constructor Details

    • AtomContact

      public AtomContact(Pair<Atom> pair, double distance)
  • Method Details

    • getPair

      public Pair<Atom> getPair()
    • setPair

      public void setPair(Pair<Atom> pair)
    • getDistance

      public double getDistance()
    • setDistance

      public void setDistance(double distance)