| Package | Description |
|---|---|
| org.processmining.kpiprocessenhancementworkflow.models |
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleSet.get(int i) |
static Rule |
Rule.getRuleFromExpression(java.lang.String expression)
Generates a Rule from a String containing an expression taken from the decision tree
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Rule> |
RuleSet.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.addRule(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.setList(java.util.ArrayList<Rule> list) |
| Constructor and Description |
|---|
RuleSet(java.util.ArrayList<Rule> list,
int classValue) |