Research Article

Elimination of the Redundancy Related to Combining Algorithms to Improve the PDP Evaluation Performance

Algorithm 5

Algorithm for adding rules to resource brick wall. AddRuleToResBrickWall(, ResBrickWall, CA).
Input:  () policy , where is a rule
     () initialized RBW ResBrickWall
     () policy/rule combination algorithm CA
Output: RBW ResBrickWall that is added rules
(1)  foreach do
(2)    ()
(3)    ResBrickWall[ResBrickId].List.Append()
(4)    CA_DetectRedundancy(, , CA)