| 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 |
|---|---|
static ExpressionNode |
ExpressionParser.parseExpression(String expressionInput)
Build Expression tree from string.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionNode> |
ExpressionNode.getSubNodes()
Getter accessor for attribute 'subNodes'.
|
Copyright © 2013–2015 FF4J. All rights reserved.