| Package | Description |
|---|---|
| de.mgmechanics.jdecisiontablelib.dt | |
| de.mgmechanics.jdecisiontablelib.io | |
| de.mgmechanics.jdecisiontablelib.ts |
| Modifier and Type | Method and Description |
|---|---|
Comparison |
Node.getComparison()
This method returns the comparison of this node.
|
static Comparison |
Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparison[] |
Comparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setComparison(Comparison comparison)
This method sets the comparison of this node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Any2Table.toStringComparison(Comparison c)
Returns the string representation for each Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
Comparison |
TeststepRule.getComparison(int nodePos)
Returns the comparison for a given node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TeststepRule.setComparison(int nodePos,
Comparison comparison)
Set the comparison.
|
| Constructor and Description |
|---|
TeststepRule(ArrayList<Decision> decisions,
ArrayList<Comparison> comparisons,
String successor,
int rulePositionInDecisiontable)
Creates a new test step rule with values from arguments.
|
Copyright © 2013. All Rights Reserved.