|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnonRecordTable | |
---|---|
anatomy | |
anonymizer | |
datafly | |
incognito | |
mondrian |
Uses of AnonRecordTable in anatomy |
---|
Methods in anatomy that return AnonRecordTable | |
---|---|
protected AnonRecordTable |
Anatomy.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
Uses of AnonRecordTable in anonymizer |
---|
Fields in anonymizer declared as AnonRecordTable | |
---|---|
protected AnonRecordTable |
Anonymizer.anonTable
Current working anonRecords table |
Methods in anonymizer that return AnonRecordTable | |
---|---|
protected abstract AnonRecordTable |
Anonymizer.createAnonRecordsTable(java.lang.String tableName)
Creates the anonymized records table |
Methods in anonymizer with parameters of type AnonRecordTable | |
---|---|
void |
AnonRecordTable.copyFrom(AnonRecordTable that,
java.lang.Long oldEID,
java.lang.Long newEID)
From table that, copy the records with EID = oldEID into this table, overwriting oldEID as newEID |
void |
AnonRecordTable.cutFrom(AnonRecordTable that,
java.lang.Long oldEID,
java.lang.Long newEID)
(1) From table that, copy the records with EID = oldEID into this table, overwriting oldEID as newEID and (2) From table that, delete the records with EID = oldEID |
void |
AnonRecordTable.cutRecord(AnonRecordTable that,
java.lang.Long RID,
java.lang.Long newEID)
(1) From table that, copy the record with the specified RID into this table, overwriting oldEID as newEID and (2) From table that, delete the records wth the speicified RID |
Uses of AnonRecordTable in datafly |
---|
Methods in datafly that return AnonRecordTable | |
---|---|
protected AnonRecordTable |
Datafly.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
Uses of AnonRecordTable in incognito |
---|
Fields in incognito declared as AnonRecordTable | |
---|---|
AnonRecordTable |
LatticeEntry.anonTable
Anonoymized records table that corresponds to this entry (filled in if successful) |
Methods in incognito that return AnonRecordTable | |
---|---|
protected AnonRecordTable |
Incognito_T.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
protected AnonRecordTable |
Incognito_L.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
protected AnonRecordTable |
Incognito_K.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
Methods in incognito with parameters of type AnonRecordTable | |
---|---|
boolean |
Incognito_T.satisfiesPrivacyDef(AnonRecordTable table)
Checks whether the parameter table satisfies the privacy definition (in this case, t-closeness) |
boolean |
Incognito_L.satisfiesPrivacyDef(AnonRecordTable table)
Checks whether the parameter table satisfies the privacy definition (in this case, some l-diversity instantiation) |
private boolean |
Incognito_K.satisfiesPrivacyDef(AnonRecordTable table)
Checks whether the parameter table satisfies the privacy definition (in this case, k-anonymity with suppression) |
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 AnonRecordTable in mondrian |
---|
Methods in mondrian that return AnonRecordTable | |
---|---|
protected AnonRecordTable |
Mondrian.createAnonRecordsTable(java.lang.String tableName)
Create anonRecords table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |