de.unima.alcomox.ontology
Class ConflictPair

java.lang.Object
  extended by de.unima.alcomox.ontology.ConflictPair

public class ConflictPair
extends java.lang.Object

A conflict pair is a conflict set of size 2 that can can be detected by incomplete and effient reasoning. It might also contain some context description of the entities matched by the correspondences of the pair.


Constructor Summary
ConflictPair(Correspondence c1, Correspondence c2)
           
 
Method Summary
 boolean equals(java.lang.Object thatObject)
           
 Correspondence getCorrespondence1()
           
 Correspondence getCorrespondence2()
           
 java.util.Set<Correspondence> getCorrespondences()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConflictPair

public ConflictPair(Correspondence c1,
                    Correspondence c2)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object thatObject)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getCorrespondences

public java.util.Set<Correspondence> getCorrespondences()

getCorrespondence1

public Correspondence getCorrespondence1()

getCorrespondence2

public Correspondence getCorrespondence2()