O1 - Object type of the first operand.O2 - Object type of the second operand.public class BinaryIntegerPolicyOperatorExecutor<O1,O2> extends java.lang.Object implements IntegerPolicyOperatorExecutor<O1>
| Constructor and Description |
|---|
BinaryIntegerPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
PolicyValue<java.lang.Integer> |
execute()
Executes the specific operation upon the supplied operands and returns the result of the evaluation.
|
java.lang.String |
toString() |
public BinaryIntegerPolicyOperatorExecutor(PolicyValue<O1> operand1, PolicyValue<O2> operand2, PolicyOperator operator)
public PolicyValue<java.lang.Integer> execute()
execute in interface PolicyOperatorExecutor<O1,java.lang.Integer>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2019 The Direct Project. All Rights Reserved.