indexing description: "[ processor for dnf node ]" author: "Steiner Fabrizio" date: "$Date$" revision: "$Revision$" class DNF_NODE_PROCESSOR inherit CONDITION_LIST_PROCESSOR create make feature -- Access name: STRING is "dnf" Mandatory_attributes: ARRAY [STRING] is -- Table of mandatory attributes once Result := << >> Result.compare_objects end feature -- Basic operations get_condition_list(a_conditioned: CONDITIONED):CONDITION_LIST is -- do result := a_conditioned.dnf end end