Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.certificate.elements |
A package implementing elements used in certificates
|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.worker.io |
Modifier and Type | Method and Description |
---|---|
ARXLattice.Anonymity |
ARXLattice.ARXNode.getAnonymity()
Returns the anonymity property.
|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ARXLattice.Anonymity> |
ModelNodeFilter.getAllowedAnonymity() |
Modifier and Type | Method and Description |
---|---|
void |
XMLWriter.write(java.lang.String attribute,
ARXLattice.Anonymity anonymity)
Create an element.
|