| Package | Description |
|---|---|
| de.tsl2.nano.incubation.specification.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
Rule<T>
rule engine using operators (see
Operator) for numeric and boolean values. rules can reference other rules
through using 'ยง' + name. |
class |
RuleDecisionTable<T>
Reads a CSV-file containing a decision table and creates rule conditions. enables creating (business) rules on
decision tables done by product managers in tools like Excel - to be transformed/interpreted by this class into a
machine readable rule.
|
class |
RuleScript<T>
Uses javascript engine (java6+7: rhino, java8: nashorn) to evaluate an operation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRule<?> |
RulePool.get(String name) |
Copyright © 2012–2018. All rights reserved.