de.unima.alcomox.ontology
Class ConflictPair
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ConflictPair
public ConflictPair(Correspondence c1,
Correspondence c2)
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()