Package | Description |
---|---|
com.massa.mrules.accessor.arithmetic | |
com.massa.mrules.extensions.dsl.factory | |
com.massa.mrules.operator.math |
Modifier and Type | Method and Description |
---|---|
IMathOperator |
MSingleMathOperation.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
MSingleMathOperation.setOperator(IMathOperator operator) |
Constructor and Description |
---|
MSingleMathOperation(IReadAccessor left,
IReadAccessor right,
IMathOperator operator) |
Modifier and Type | Field and Description |
---|---|
(package private) IMathOperator |
MathBuilder.Right.operator |
(package private) IMathOperator |
MathBuilder.RightBuilder.operator |
Modifier and Type | Method and Description |
---|---|
IMathOperator |
MathBuilder.Sub.getOperator() |
IMathOperator |
MathBuilder.Right.getOperator() |
IMathOperator |
MathBuilder.RightBuilder.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
MathBuilder.Right.setOperator(IMathOperator operator) |
void |
MathBuilder.RightBuilder.setOperator(IMathOperator operator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMathOperator
Base implementation.
|
class |
DIVIDED
Performs left / right
|
class |
MINUS
Performs left minus right
|
class |
MODULO
Performs left minus right
|
class |
MULTIPLIED
Performs left * right
|
class |
PLUS
Performs left + right
|
class |
POWER
Performs left minus right
|
Modifier and Type | Method and Description |
---|---|
IMathOperator |
IMathOperator.clone()
Clones the Operator.
|