Class MCDCAnalyser.PosNegBlock
java.lang.Object
org.kie.dmn.validation.dtanalysis.mcdc.MCDCAnalyser.PosNegBlock
- Enclosing class:
- MCDCAnalyser
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal List<MCDCAnalyser.Record>final MCDCAnalyser.Record -
Constructor Summary
ConstructorsConstructorDescriptionPosNegBlock(int cMarker, MCDCAnalyser.Record posRecord, List<MCDCAnalyser.Record> negRecords) -
Method Summary
-
Field Details
-
cMarker
public final int cMarker -
posRecord
-
negRecords
-
-
Constructor Details
-
PosNegBlock
public PosNegBlock(int cMarker, MCDCAnalyser.Record posRecord, List<MCDCAnalyser.Record> negRecords)
-
-
Method Details