|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectformula.Conjunction
public class Conjunction
The conjunction ("and") of two subformulas. A conjunction is true if both subformulas are true, and false if either or both subformulas are false.
| Constructor Summary | |
|---|---|
Conjunction(Formula _left,
Formula _right)
Constructs the conjunction of two subformulas. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Conjunction(Formula _left,
Formula _right)
_left - The first subformula._right - The second subformula.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||