|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArithmeticOperand
A dynamic operand that represents a (binary) arithmetic operation upon one or more other operands, used in Comparison
and Ordering
components.
Method Summary | |
---|---|
DynamicOperand |
getLeft()
Get the left-hand operand. |
String |
getOperator()
Get the operator for this binary operand. |
DynamicOperand |
getRight()
Get the right-hand operand. |
Method Detail |
---|
String getOperator()
DynamicOperand getLeft()
DynamicOperand getRight()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |