sdcProblem
contains the entire information that is
required to protect the complete table that is given by the dimensional
variables. Such an object holds the data itself (slot dataObj
), the
entire information about the dimensional variables (slot dimInfo
),
information on all table cells (ID's, bounds, values, anonymization state in
slot problemInstance
), the indices on the subtables that need to be
considered if one wants to protect primary sensitive cells using a heuristic
approach (slot partition
, information on which groups or rather
subtables have already been protected while performing a heuristic method
(slots startI
and startJ
) and the time that has been elapsed
(slot elapsedTime
).
dataObj
:dataObj
(or NULL) holding information on the underlying datadimInfo
:dimInfo
(or NULL) containing information on all dimensional variablesproblemInstance
:problemInstance
holding information on values, bounds, required protection levels as well as the anonymization state for all table cellspartition
:startI
:startI
have already been protectedstartJ
:startI
at which a heuristic algorithm needs to start. All tables in the group having an index j
smaller than startJ
have already been protectedindicesDealtWith
:elapsedTime
: