Verwendungen von Klasse
org.deidentifier.arx.ARXLattice
Packages, die ARXLattice verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
-
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, org.deidentifier.arx.framework.data.DataManager manager, org.deidentifier.arx.framework.check.TransformationChecker checker, DataDefinition definition, ARXConfiguration config, ARXLattice lattice, long duration, org.deidentifier.arx.framework.lattice.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, org.deidentifier.arx.framework.lattice.SolutionSpace<?> solutionSpace, ARXProcessStatistics statistics) Internal constructor for deserialization. -
Verwendungen von ARXLattice in org.deidentifier.arx.gui.model
Methoden in org.deidentifier.arx.gui.model mit Parametern vom Typ ARXLatticeModifizierer und TypMethodeBeschreibungbooleanModelNodeFilter.isAllowed(ARXLattice lattice, ARXLattice.ARXNode node) Returns whether the given node is allowed to pass this filter.