Class DDTAInputClause

  • All Implemented Interfaces:
    Domain

    public class DDTAInputClause
    extends Object
    implements Domain
    • Constructor Detail

      • DDTAInputClause

        public DDTAInputClause​(Interval domainMinMax,
                               boolean allowNull)
      • DDTAInputClause

        public DDTAInputClause​(Interval domainMinMax,
                               boolean allowNull,
                               List discreteValues,
                               List<Comparable<?>> discreteDMNOrder)
    • Method Detail

      • getDiscreteDMNOrder

        public List<Comparable<?>> 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