edu.rit.pj.reduction
Class CharacterOp
- java.lang.Object
-
- edu.rit.pj.reduction.Op
-
- edu.rit.pj.reduction.CharacterOp
-
public abstract class CharacterOp extends Op
Class CharacterOp is the abstract base class for a binary operation on character values, used to do reduction in a parallel program.
-
-
Field Summary
Fields Modifier and Type Field and Description static CharacterOpANDThe character bitwise "and" binary operation.static CharacterOpMAXIMUMThe character maximum binary operation.static CharacterOpMINIMUMThe character minimum binary operation.static CharacterOpORThe character bitwise "or" binary operation.static CharacterOpXORThe character bitwise "exclusive or" binary operation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract charop(char x, char y)Perform this binary operation.
-
-
-
Field Detail
-
MINIMUM
public static final CharacterOp MINIMUM
The character minimum binary operation.
-
MAXIMUM
public static final CharacterOp MAXIMUM
The character maximum binary operation.
-
AND
public static final CharacterOp AND
The character bitwise "and" binary operation.
-
OR
public static final CharacterOp OR
The character bitwise "or" binary operation.
-
XOR
public static final CharacterOp XOR
The character bitwise "exclusive or" binary operation.
-
-
DMelt 3.0 © DataMelt by jWork.ORG