DMN 1.6b1 RTF Avatar
  1. OMG Issue

DMN16 — Adding a new interval built-in function

  • Key: DMN16-62
  • Status: closed  
  • Source: Trisotech ( Mr. Denis Gagne)
  • Summary:

    Add a new interval built-in function called: width of( Interval )
    to offer the behavior as follows:
    width of( (1..10] ) = 9
    width of( [1..10] ) = 10
    width of( (1..10) ) = 8
    width of( [ time(“09:55:00”)..time(“10:35:00”) ] ) = PT40M

  • Reported: DMN 1.3 — Tue, 26 Jan 2021 22:03 GMT
  • Disposition: Deferred — DMN 1.6b1
  • Disposition Summary:

    Defer until we have Integer numbers

    We see the potential value of the proposed function. The examples show that results can be interpreted in different ways. Usefulness would be increased if we had integer numbers.

  • Updated: Mon, 16 Sep 2024 14:16 GMT