Class DDTAInputClause
java.lang.Object
org.kie.dmn.validation.dtanalysis.model.DDTAInputClause
- All Implemented Interfaces:
Domain
-
Constructor Summary
ConstructorsConstructorDescriptionDDTAInputClause(Interval domainMinMax, boolean allowNull) DDTAInputClause(Interval domainMinMax, boolean allowNull, List discreteValues, List<Comparable<?>> discreteDMNOrder) -
Method Summary
-
Constructor Details
-
DDTAInputClause
-
DDTAInputClause
public DDTAInputClause(Interval domainMinMax, boolean allowNull, List discreteValues, List<Comparable<?>> discreteDMNOrder)
-
-
Method Details
-
getMin
-
getMax
-
getDomainMinMax
- Specified by:
getDomainMinMaxin interfaceDomain
-
getDiscreteValues
- Specified by:
getDiscreteValuesin interfaceDomain
-
isDiscreteDomain
public boolean isDiscreteDomain()- Specified by:
isDiscreteDomainin interfaceDomain
-
getDiscreteDMNOrder
Used by MC/DC NOT to be used by Gap analysis, as domain ordering is not necessarily respected while modeling. -
isAllowNull
public boolean isAllowNull()the null was explicitly specified in lov
-