| Package | Description |
|---|---|
| de.tsl2.nano.incubation.specification.actions | |
| de.tsl2.nano.incubation.specification.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
Action<T>
Action to be loaded by ActionPool and provided to SpecifiedAction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRule<T>
base rule with sub-rule importing
|
class |
ActionScript<T>
Uses javascript engine (java6+7: rhino, java8: nashorn) to evaluate an operation.
|
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.
|
Copyright © 2012–2018. All rights reserved.