org.cougaar.lib.contract.lang.op.logical |
|
Java Source File Name | Type | Comment |
AndOp.java | Class | "and" Op -- returns true if all the given Op
arguments return true. |
FalseOp.java | Class | |
NotOp.java | Class | "not" Op -- returns logical "!" of given Op . |
OrOp.java | Class | "or" Op -- returns true if any of the given Op s
return true. |
TrueOp.java | Class | |