Class DDTARule
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.model.DDTARule
-
public class DDTARule extends Object
-
-
Constructor Summary
Constructors Constructor Description DDTARule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DDTAInputEntry>getInputEntry()List<Comparable<?>>getOutputEntry()StringtoString()
-
-
-
Method Detail
-
getInputEntry
public List<DDTAInputEntry> getInputEntry()
-
getOutputEntry
public List<Comparable<?>> getOutputEntry()
-
-