|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.LogicParser.Formula.Tuple
public class Tuple
A Tuple of Terms.
Constructor Summary | |
---|---|
Tuple(Term pFirst,
Term pSecond)
Constructs a tuple. |
Method Summary | |
---|---|
Term |
getFirst()
Returns the first Term of the Tuple. |
Term |
getSecond()
Returns the second Term of the Tuple. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tuple(Term pFirst, Term pSecond)
pFirst
- the Term that is the first in the tuplepSecond
- the Term that is the second in the tupleMethod Detail |
---|
public Term getFirst()
public Term getSecond()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |