Verwendungen von Klasse
org.deidentifier.arx.ARXLattice
Packages, die ARXLattice verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides the internal generalization lattice
-
Verwendungen von ARXLattice in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXLattice zurückgebenModifizierer und TypMethodeBeschreibungARXProcessStatistics.getLattice()Converts the statistics into a latticeARXResult.getLattice()Returns the lattice.Konstruktoren in org.deidentifier.arx mit Parametern vom Typ ARXLatticeModifiziererKonstruktorBeschreibungAccess(ARXLattice lattice) ConstructorARXNode(ARXLattice lattice) Internal constructor for deserialization.protectedARXProcessStatistics(ARXLattice lattice, ARXLattice.ARXNode optimum, boolean isOptimal, long duration) Creates an instance for the global anonymization stepprotectedARXResult(ARXAnonymizer anonymizer, org.deidentifier.arx.DataRegistry registry, DataManager manager, TransformationChecker checker, DataDefinition definition, ARXConfiguration config, ARXLattice lattice, long duration, SolutionSpace<?> solutionSpace, boolean optimumFound) Creates a new instance.ARXResult(DataHandle handle, DataDefinition definition, ARXLattice lattice, int historySize, double snapshotSizeSnapshot, double snapshotSizeDataset, Metric<?> metric, ARXConfiguration config, ARXLattice.ARXNode optimum, long time, SolutionSpace<?> solutionSpace, ARXProcessStatistics statistics) Internal constructor for deserialization. -
Verwendungen von ARXLattice in org.deidentifier.arx.framework.lattice
Methoden in org.deidentifier.arx.framework.lattice mit Parametern vom Typ ARXLatticeModifizierer und TypMethodeBeschreibungstatic SolutionSpace<?> SolutionSpace.create(ARXLattice lattice, ARXConfiguration config) Creates a new solution spaceKonstruktoren in org.deidentifier.arx.framework.lattice mit Parametern vom Typ ARXLatticeModifiziererKonstruktorBeschreibungprotectedSolutionSpace(ARXLattice lattice, ARXConfiguration config) For de-serializationSolutionSpaceIntArray(ARXLattice lattice, ARXConfiguration config) Delegate constructorSolutionSpaceLong(ARXLattice lattice, ARXConfiguration config) Delegate constructor