Verwendungen von Klasse
org.deidentifier.arx.ARXLattice.ARXNode
Packages, die ARXLattice.ARXNode verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
A package implementing certificate creation
-
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx
Methoden in org.deidentifier.arx, die ARXLattice.ARXNode zurückgebenModifizierer und TypMethodeBeschreibungARXLattice.getBottom()Returns the bottom node.ARXResult.getGlobalOptimum()Gets the global optimum.ARXLattice.getLevels()Returns the levels of the generalization lattice.ARXLattice.getNode(int[] transformation) Returns the ARXNode for the given generalization scheme,nullif not found.ARXLattice.ARXNode.getPredecessors()The predecessors.ARXLattice.ARXNode.getSuccessors()The successors.ARXLattice.getTop()Returns the top node.DataHandle.getTransformation()Returns the transformation .Methoden in org.deidentifier.arx mit Parametern vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungvoidARXLattice.expand(ARXLattice.ARXNode center) Materializes any non-materialized predecessors and successorsARXResult.getOutput(InputStream stream, ARXLattice.ARXNode transformation) Internal method, not for external useARXResult.getOutput(ARXLattice.ARXNode node) Returns a handle to data obtained by applying the given transformation.ARXResult.getOutput(ARXLattice.ARXNode node, boolean fork) Returns a handle to data obtained by applying the given transformation.voidARXLattice.Access.setBottom(ARXLattice.ARXNode bottom) Accessor methodvoidARXLattice.Access.setLevels(ARXLattice.ARXNode[][] levels) Accessor methodvoidARXLattice.Access.setOptimum(ARXLattice.ARXNode node) Accessor methodvoidARXLattice.ARXNode.Access.setPredecessors(ARXLattice.ARXNode[] predecessors) Sets the predecessors.voidARXLattice.ARXNode.Access.setSuccessors(ARXLattice.ARXNode[] successors) Sets the successors.voidARXLattice.Access.setTop(ARXLattice.ARXNode top) Accessor methodKonstruktoren in org.deidentifier.arx mit Parametern vom Typ ARXLattice.ARXNodeModifiziererKonstruktorBeschreibungAccess(ARXLattice.ARXNode node) Accessor classARXResult(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.Step(ARXLattice.ARXNode top, ARXLattice.ARXNode optimum, boolean isOptimal) Creates a new instance -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.certificate
Methoden in org.deidentifier.arx.certificate mit Parametern vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungstatic ARXCertificateARXCertificate.create(DataHandle input, DataDefinition definition, ARXConfiguration config, ARXResult result, ARXLattice.ARXNode transformation, DataHandle output) Creates a new instancestatic ARXCertificateARXCertificate.create(DataHandle input, DataDefinition definition, ARXConfiguration config, ARXResult result, ARXLattice.ARXNode transformation, DataHandle output, CSVSyntax syntax) Renders the document into the given output stream.static ARXCertificateARXCertificate.create(DataHandle input, DataDefinition definition, ARXConfiguration config, ARXResult result, ARXLattice.ARXNode transformation, DataHandle output, CSVSyntax syntax, ElementData metadata) Renders the document into the given output stream.