|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPandora.LogicParser.Formula.Tuple
public class Tuple
A Tuple of Terms.
Constructor Summary | |
---|---|
Tuple(Term first,
Term second)
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 first, Term second)
first
- the Term that is the first in the tuplesecond
- 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 |