SSS or DDD,
they are passed to the constructor in order as they appear in the name. It
then calls the Variable method set_dataset() which sets the given
dataset as a class attribute dataset of the variable. Thus, using the
Variable method get_dataset() each variable object has an access to
its ``owner'' dataset.
The VariableFactory method get_variable() returns an instance of the created variable class.
Variable objects are created automatically within the dataset method compute_variables() and stored in attribute boxes (Section 22.1.6).