Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-6507

Impact Analysis : analyze literal bind variables

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 7.58.0.Final
    • 7.57.0.Final
    • Impact Analysis
    • None
    • 2021 Week 28-30 (from Jul 12)
    • 2
    • Undefined
    • NEW
    • NEW

    Description

      When a literal is directly bound to a bind variable, be able to use it for analysis.

      rule R1 
      when
        $c : ControlFact( $value : "Value1" )
      then
        $c.mapData["Key1"] = $value;
        modify ($c) {mapData = $c.mapData};
      end
      rule R2 when
        $c : ControlFact(mapData["Key1"] == "Value1")
      then
      end
      

      R1 -> R2 : POSITIVE link

      Attachments

        Issue Links

          Activity

            People

              rhn-support-tkobayas Toshiya Kobayashi
              rhn-support-tkobayas Toshiya Kobayashi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: