Raptor.NDRules
Class Pair
java.lang.Object
Raptor.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 pFirst,
Term pSecond,
ProofLine pLine,
int pOccurrences)
getFirst
public Term getFirst()
getSecond
public Term getSecond()
getLine
public ProofLine getLine()
getOccurrences
public int getOccurrences()
setLine
public void setLine(ProofLine pLine)
setSecond
public void setSecond(Term pSecond)
incrementOccurrences
public void incrementOccurrences()
isIn
public boolean isIn(java.util.List<Pair> pPairs)
display
public java.lang.String display()