public class MCDCAnalyser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MCDCAnalyser.Pair |
static class |
MCDCAnalyser.PosNegBlock |
static class |
MCDCAnalyser.Record |
| Constructor and Description |
|---|
MCDCAnalyser(DDTATable ddtaTable,
org.kie.dmn.model.api.DecisionTable dt) |
| Modifier and Type | Method and Description |
|---|---|
List<MCDCAnalyser.PosNegBlock> |
compute() |
static <T> Predicate<T> |
not(Predicate<T> t)
JDK-11 polyfill
|
public MCDCAnalyser(DDTATable ddtaTable, org.kie.dmn.model.api.DecisionTable dt)
public List<MCDCAnalyser.PosNegBlock> compute()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.