Uses of Class
incognito.LatticeEntry

Packages that use LatticeEntry
incognito   
 

Uses of LatticeEntry in incognito
 

Fields in incognito declared as LatticeEntry
private  LatticeEntry LatticeManager.lastReturned
          Value of the last entry that was returned
private  LatticeEntry[] LatticeManager.roots
          List of currently unvisited roots
 

Fields in incognito with type parameters of type LatticeEntry
private  java.util.LinkedList<LatticeEntry> LatticeManager.successfulEntries
          List of successfully anonymized lattice entries
 

Methods in incognito that return LatticeEntry
 LatticeEntry LatticeManager.next()
          Get the next entry from the generalization lattice
 

Methods in incognito that return types with arguments of type LatticeEntry
 java.util.LinkedList<LatticeEntry> LatticeManager.getSuccessfulEntries()
          Getter for successful entries
 

Methods in incognito with parameters of type LatticeEntry
private  void Incognito_T.generalize(LatticeEntry root)
          Generalizes the original table according to a lattice entry and sets the result for the generated table as anonymous or not.
private  void Incognito_L.generalize(LatticeEntry root)
          Generalizes the original table according to a lattice entry and sets the result for the generated table as anonymous or not.
private  void Incognito_K.generalize(LatticeEntry root)
          Generalizes the original table according to a lattice entry and sets the result for the generated table as anonymous or not.
 boolean LatticeEntry.generalizesTo(LatticeEntry that)
          Checks if this lattice entry generalizes to that lattice entry.
 

Method parameters in incognito with type arguments of type LatticeEntry
private  void Incognito_T.selectAnonymization(java.util.LinkedList<LatticeEntry> anons)
          Simply select the anonymization that yields the maximum number of distinct equivalences
private  void Incognito_L.selectAnonymization(java.util.LinkedList<LatticeEntry> anons)
          Simply select the anonymization that yields the maximum number of distinct equivalences
private  void Incognito_K.selectAnonymization(java.util.LinkedList<LatticeEntry> anons)
          Simply select the anonymization that yields the maximum number of distinct equivalences
 

Constructors in incognito with parameters of type LatticeEntry
LatticeEntry(LatticeEntry parent, int incIndex)
          Class constructor for intermediate nodes of the generalization lattice
LatticeManager(LatticeEntry superRoot, int[] dghDepths)
          Class constructor