java.lang.Object
org.biojava.nbio.structure.align.client.PdbPair
All Implemented Interfaces:
Comparable<PdbPair>

public class PdbPair extends Object implements Comparable<PdbPair>
A pair for structure alignment. a pair is considered equal to another pair if their two respective tuple poles are equal either in their original or reversed order. i.e. both new PdbPair("1abc", "2abc").equals(new PdbPair("1abc", "2abc")) and new PdbPair("1abc", "2abc").equals(new PdbPair("2abc", "1abc")) are true.
Author:
Andreas Prlic