|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.ucsb.ccs.jaqual.Logical
This class defines some useful logic operators.
| Constructor Summary | |
Logical()
|
|
| Method Summary | |
static boolean |
implies(boolean op1,
boolean op2)
Implication operator. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Logical()
| Method Detail |
public static boolean implies(boolean op1,
boolean op2)
op1 - the first operand.op2 - the second operand.
!op1 || op2.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||