Pandora.NDRules
Class Pair
java.lang.Object
Pandora.NDRules.Pair
public class Pair
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pair
public Pair(Term first,
Term second,
ProofLine line,
int occurrences)
getFirst
public Term getFirst()
getSecond
public Term getSecond()
getLine
public ProofLine getLine()
getOccurrences
public int getOccurrences()
setLine
public void setLine(ProofLine line)
setSecond
public void setSecond(Term second)
incrementOccurrences
public void incrementOccurrences()
isIn
public boolean isIn(java.util.List<Pair> pairs)
display
public java.lang.String display()