case classEquivalenceClass(eqIdentifiers: Seq[Any], count: Long, latticeEntry: List[LatticeValue]) extends Product with Serializable
This case class manages the information about the equivalence class.
It contains its sequence of quasi-identifiers, the number of records,
and its lattice entry to get this equivalence class.
eqIdentifiers
The sequence of quasi-identifiers in this EC
count
The number of records in this EC
latticeEntry
The lattice entry to get this EC
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
This case class manages the information about the equivalence class. It contains its sequence of quasi-identifiers, the number of records, and its lattice entry to get this equivalence class.
The sequence of quasi-identifiers in this EC
The number of records in this EC
The lattice entry to get this EC