edu.rit.pj.reduction
Class BooleanOp
- java.lang.Object
-
- edu.rit.pj.reduction.Op
-
- edu.rit.pj.reduction.BooleanOp
-
public abstract class BooleanOp extends Op
Class BooleanOp is the abstract base class for a binary operation on Boolean values, used to do reduction in a parallel program.
-
-
Field Summary
Fields Modifier and Type Field and Description static BooleanOpANDThe Boolean logical "and" binary operation.static BooleanOpORThe Boolean logical "or" binary operation.static BooleanOpXORThe Boolean logical "exclusive or" binary operation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract booleanop(boolean x, boolean y)Perform this binary operation.
-
DMelt 3.0 © DataMelt by jWork.ORG