Class DDTAInputEntry
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.model.DDTAInputEntry
-
public class DDTAInputEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description DDTAInputEntry(List<org.kie.dmn.feel.lang.ast.BaseNode> uts, List<Interval> intervals, boolean allSingularities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadjOrOverlap(DDTAInputEntry other)List<Interval>getIntervals()List<org.kie.dmn.feel.lang.ast.BaseNode>getUts()booleanincludes(DDTAInputEntry other)booleanisAllSingularities()True when UnaryTests represent singularity/singularities, regardless of negation.StringtoString()
-
-
-
Method Detail
-
getUts
public List<org.kie.dmn.feel.lang.ast.BaseNode> getUts()
-
isAllSingularities
public boolean isAllSingularities()
True when UnaryTests represent singularity/singularities, regardless of negation. Eg: "a" "a", "b" not("a") not("a", "b")
-
includes
public boolean includes(DDTAInputEntry other)
-
adjOrOverlap
public boolean adjOrOverlap(DDTAInputEntry other)
-
-