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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomContact(Pair<Atom> pair, double distance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDistance()
Pair<Atom>
getPair()
void
setDistance(double distance)
void
setPair(Pair<Atom> pair)
-
-
-
Constructor Detail
-
AtomContact
public AtomContact(Pair<Atom> pair, double distance)
-
-
Method Detail
-
getDistance
public double getDistance()
-
setDistance
public void setDistance(double distance)
-
-