+
Point of view
All features
class ITEM_COLLECTOR
Summary
collector of items in the constraints
Direct parents
Insert list: ANY
Overview
Creation features
{ANY}
Features
{ANY}
item_set: HASHED_SET[ITEM_ITEM]
writable attribute
{ANY}
the collected items
var_set: HASHED_SET[ITEM_VAR]
writable attribute
{ANY}
the collected vars
make
effective procedure
{ANY}
ensure
clear
effective procedure
{ANY}
ensure
has_var: BOOLEAN
effective function
{ANY}
ensure
has_item: BOOLEAN
effective function
{ANY}
ensure
put (item: ITEM)
effective procedure
{ANY}
records the item in item_set or in var_set depending on the real type of item that can be ITEM_VAR or ITEM_ITEM