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

Impact Analysis : analyze modified map key/value

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 7.58.0.Final
    • 7.55.0.Final
    • Impact Analysis
    • None
    • 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12)
    • 2
    • Undefined
    • NEW
    • NEW

    Description

      Analyze modified map key/value so we can link R1 -> R2 with POSITIVE instead of UNKNOWN

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

      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: