Class Contact

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

public class Contact extends Object implements Serializable
A simple class to store contacts in the form of pairs of indices and a distance associated to them.
Since:
5.0
Author:
Jose Duarte
See Also:
  • Constructor Details

    • Contact

      public Contact(int i, int j, double distance)
  • Method Details

    • getIndexPair

      public Pair<Integer> getIndexPair()
    • getI

      public int getI()
    • getJ

      public int getJ()
    • getDistance

      public double getDistance()