|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectClause
public class Clause
Holds a linked list of integers. These integers correspond to boolean variables.
| Constructor Summary | |
|---|---|
Clause()
Constructor for clause. |
|
| Method Summary | |
|---|---|
void |
add(int x)
Add an integer to the clause. |
java.util.LinkedList |
getList()
Return the list of integers. |
java.lang.String |
toString()
Forms a string out of the clause. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait,
wait |
| Constructor Detail |
|---|
public Clause()
| Method Detail |
|---|
public void add(int x)
x - the integer to be added.public java.util.LinkedList getList()
public java.lang.String toString()
toString in class
java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||