| Package | Description |
|---|---|
| de.tsl2.nano.incubation.specification.rules |
| Modifier and Type | Method and Description |
|---|---|
STree |
RuleDecisionTable.toTree()
transforms the current decision table to a tree. each odd level holds the parameter names, followed by its
conditions (the values of the table) in the next (even) level.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> RuleDecisionTable<T> |
RuleDecisionTable.fromTree(STree<T> tree) |
Copyright © 2012–2018. All rights reserved.