| Package | Description |
|---|---|
| org.ff4j.strategy.el |
Implementation of a expression interpretor with boolean algebra
(e.g (A|B) & ( (E&F|G) | (H&I) ))
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionOperator |
ExpressionNode.getOperator()
Getter accessor for attribute 'operator'.
|
static ExpressionOperator |
ExpressionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperator[] |
ExpressionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionNode.setOperator(ExpressionOperator operator)
Setter accessor for attribute 'operator'.
|
| Constructor and Description |
|---|
ExpressionNode(ExpressionOperator ops)
Build only with Operator (no sheet, no subnodes)
|
Copyright © 2013–2015 FF4J. All rights reserved.