Uses of Class
anonymizer.EquivalenceTable

Packages that use EquivalenceTable
anatomy   
anonymizer   
datafly   
incognito   
mondrian   
 

Uses of EquivalenceTable in anatomy
 

Methods in anatomy that return EquivalenceTable
protected  EquivalenceTable Anatomy.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table
 

Uses of EquivalenceTable in anonymizer
 

Fields in anonymizer declared as EquivalenceTable
protected  EquivalenceTable Anonymizer.eqTable
          Current working equivalence table
 

Methods in anonymizer that return EquivalenceTable
protected abstract  EquivalenceTable Anonymizer.createEquivalenceTable(java.lang.String tableName)
          Creates the equivalence table
 

Uses of EquivalenceTable in datafly
 

Methods in datafly that return EquivalenceTable
protected  EquivalenceTable Datafly.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table
 

Uses of EquivalenceTable in incognito
 

Fields in incognito declared as EquivalenceTable
 EquivalenceTable LatticeEntry.eqTable
          Equivalence table that corresponds to this entry (filled in if successful)
 

Methods in incognito that return EquivalenceTable
protected  EquivalenceTable Incognito_T.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table
protected  EquivalenceTable Incognito_L.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table
protected  EquivalenceTable Incognito_K.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table
 

Methods in incognito with parameters of type EquivalenceTable
 void LatticeManager.setResult(boolean successFlag, AnonRecordTable anonTable, EquivalenceTable eqTable)
          Set the anonymization result for the last lattice entry.
 void LatticeEntry.setTables(AnonRecordTable anonTable, EquivalenceTable eqTable)
           
 

Uses of EquivalenceTable in mondrian
 

Methods in mondrian that return EquivalenceTable
protected  EquivalenceTable Mondrian.createEquivalenceTable(java.lang.String tableName)
          Create equivalence table