Class MCDCAnalyser.PosNegBlock
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.mcdc.MCDCAnalyser.PosNegBlock
-
- Enclosing class:
- MCDCAnalyser
public static class MCDCAnalyser.PosNegBlock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcMarkerList<MCDCAnalyser.Record>negRecordsMCDCAnalyser.RecordposRecord
-
Constructor Summary
Constructors Constructor Description PosNegBlock(int cMarker, MCDCAnalyser.Record posRecord, List<MCDCAnalyser.Record> negRecords)
-
-
-
Field Detail
-
cMarker
public final int cMarker
-
posRecord
public final MCDCAnalyser.Record posRecord
-
negRecords
public final List<MCDCAnalyser.Record> negRecords
-
-
Constructor Detail
-
PosNegBlock
public PosNegBlock(int cMarker, MCDCAnalyser.Record posRecord, List<MCDCAnalyser.Record> negRecords)
-
-