| Package | Description |
|---|---|
| de.mgmechanics.jdecisiontablelib.dt | |
| de.mgmechanics.jdecisiontablelib.io | |
| de.mgmechanics.jdecisiontablelib.ts |
| Modifier and Type | Method and Description |
|---|---|
Decisiontable |
Decisiontable.clone()
This method returns a clone of this decision table.
|
| Modifier and Type | Method and Description |
|---|---|
static Decisiontable |
Jdtlib2Json.json2decisiontable(String json)
Puts a JSON in a decision table (using the Google Gson library).
|
| Constructor and Description |
|---|
Decisiontable2Table(Decisiontable dt)
Same as Decisiontable2Table(Decisiontable dt, String ..., String ..., ...) but
this constructor provides default values for constant strings used in the table of strings suitable for English language.
|
Decisiontable2Table(Decisiontable dt,
String comparisonGT,
String comparisonEGT,
String comparisonEQU,
String comparisonELT,
String comparisonLT,
String decisionYes,
String decisionNo,
String decisionDontcare,
String nodeIsConditionTrue,
String nodeIsConditionFalse,
String dtIsValidTrue,
String dtIsValidFalse,
String strSuccessor,
String ruleIsValidTrue,
String ruleIsValidFalse)
This constructor stores the Decisiontable-object but does not create the table of strings.
|
| Modifier and Type | Method and Description |
|---|---|
static Testspecification |
Testspecification.getTestspecification(Decisiontable dt)
Creates a test specification from a decision table.
|
static Testspecification |
Testspecification.getTestspecification(Decisiontable dt,
boolean runAllChecks,
boolean splitTestStepRules)
Creates a test specification from a decision table.
A test specification consist of the test nodes and one test rule. |
Copyright © 2013. All Rights Reserved.