Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.certificate.elements |
Modifier and Type | Method and Description |
---|---|
ARXLattice.Anonymity |
ARXLattice.ARXNode.getAnonymity()
Returns the anonymity property.
|
ARXLattice.Anonymity |
ARXLattice.ARXNode.isAnonymous()
Deprecated.
|
static ARXLattice.Anonymity |
ARXLattice.Anonymity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARXLattice.Anonymity[] |
ARXLattice.Anonymity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ARXLattice.ARXNode.Access.setAnonymity(ARXLattice.Anonymity anonymity)
Sets the anonymity.
|
Modifier and Type | Method and Description |
---|---|
ElementData |
ElementData.addProperty(java.lang.String property,
ARXLattice.Anonymity value)
Adds a property
|