Hi All ,

I am not sure if below structure is supported in Drools 5 or Guvnor or is there is any way we can achieve this -

We want to create packages structure like below under the packages panel , as of now every package comes under the packages tab but how can we have a multiple package root element with different names -

As per the below there are parent default rules and function which may or may not be applicable to states ( child's ) and then each child also have their own rules and functions

Countries 

    USA
       - Default Rules
       - Default functions
       - MA
           - Rules
           - Functions
           --
           --
       -Arizona
          - Rules
          - Functions
      -NY
       - Rules
       - Functions
    United Kingdom
       - Default Rules
       - Default functions
       - State 1
           - Rules
           - Functions
           --
           --
       -State 2
          - Rules
          - Functions
      -State 3
       - Rules
       - Functions


Please suggest.

Regards,
Ashish Soni