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
Felder in org.deidentifier.arx, die deklariert sind als ARXLattice.ARXNodeMethoden 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.protected ARXLattice.ARXNodeARXLattice.getOptimum()Returns the optimum, if any.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 classprotectedARXProcessStatistics(ARXLattice lattice, ARXLattice.ARXNode optimum, boolean isOptimal, long duration) Creates an instance for the global anonymization stepARXResult(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.protectedDataHandleOutput(ARXResult result, org.deidentifier.arx.DataRegistry registry, org.deidentifier.arx.framework.data.DataManager manager, InputStream stream, ARXLattice.ARXNode node, DataDefinition definition, ARXConfiguration config) Instantiates a new handle.protectedDataHandleOutput(ARXResult result, org.deidentifier.arx.DataRegistry registry, org.deidentifier.arx.framework.data.DataManager manager, org.deidentifier.arx.framework.data.Data outputGeneralized, org.deidentifier.arx.framework.data.Data outputMicroaggregated, ARXLattice.ARXNode node, DataDefinition definition, ARXConfiguration config) Instantiates a new handle.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. -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.gui
Methoden in org.deidentifier.arx.gui mit Parametern vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungvoidController.actionExpand(ARXLattice.ARXNode transformation) Expand action -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.gui.model
Methoden in org.deidentifier.arx.gui.model, die ARXLattice.ARXNode zurückgebenModifizierer und TypMethodeBeschreibungModel.getOutputTransformation()Returns the currently applied transformation.Model.getSelectedNode()Returns the selected transformation.Methoden in org.deidentifier.arx.gui.model, die Typen mit Argumenten vom Typ ARXLattice.ARXNode zurückgebenModifizierer und TypMethodeBeschreibungModelClipboard.getClipboardEntries()Returns a copy of all clipboard entries.Methoden in org.deidentifier.arx.gui.model mit Parametern vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungvoidModelClipboard.addToClipboard(ARXLattice.ARXNode node) Add a node to the clipboard.booleanModelNodeFilter.isAllowed(ARXLattice lattice, ARXLattice.ARXNode node) Returns whether the given node is allowed to pass this filter.voidModelClipboard.moveEntryDown(ARXLattice.ARXNode node) Moves the entry down.voidModelClipboard.moveEntryUp(ARXLattice.ARXNode node) Moves the entry up.voidModelClipboard.removeFromClipboard(ARXLattice.ARXNode node) Removes an entry from the clip board.voidModel.setOutput(DataHandle output, ARXLattice.ARXNode node) Sets the current output.voidModel.setSelectedNode(ARXLattice.ARXNode node) Sets the selected node.Methodenparameter in org.deidentifier.arx.gui.model mit Typargumenten vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungvoidModelClipboard.addAllToClipboard(List<ARXLattice.ARXNode> list) Add a set of elements to the clipboard. -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.gui.view.impl.explore
Methoden in org.deidentifier.arx.gui.view.impl.explore, die ARXLattice.ARXNode zurückgebenModifizierer und TypMethodeBeschreibungprotected ARXLattice.ARXNodeViewSolutionSpace.getSelectedNode()Returns the selected nodeMethoden in org.deidentifier.arx.gui.view.impl.explore, die Typen mit Argumenten vom Typ ARXLattice.ARXNode zurückgebenModifizierer und TypMethodeBeschreibungprotected de.linearbits.swt.tiles.DecoratorString<ARXLattice.ARXNode> ViewSolutionSpace.getTooltipDecorator()Returns the tool tip decoratorMethoden in org.deidentifier.arx.gui.view.impl.explore mit Parametern vom Typ ARXLattice.ARXNodeModifizierer und TypMethodeBeschreibungprotected voidViewSolutionSpace.actionSelectNode(ARXLattice.ARXNode node) Action: select nodeprotected org.eclipse.swt.graphics.ColorViewSolutionSpace.getInnerColor(ARXLattice.ARXNode node) Returns the inner color.protected org.eclipse.swt.graphics.ColorViewSolutionSpace.getOuterColor(ARXLattice.ARXNode node) Returns the outer color.protected intViewSolutionSpace.getOuterStrokeWidth(ARXLattice.ARXNode node, int width) Returns the outer stroke width.protected org.eclipse.swt.graphics.ColorViewSolutionSpace.getUtilityColor(ARXLattice.ARXNode node) Returns the color according to a nodes utility -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.gui.worker
Konstruktoren in org.deidentifier.arx.gui.worker mit Parametern vom Typ ARXLattice.ARXNodeModifiziererKonstruktorBeschreibungWorkerCreateCertificate(String path, CSVSyntax syntax, DataHandle input, DataDefinition definition, ARXConfiguration config, ARXResult result, ARXLattice.ARXNode transformation, DataHandle output, Model model) Creates a new instance. -
Verwendungen von ARXLattice.ARXNode in org.deidentifier.arx.gui.worker.io
Methoden in org.deidentifier.arx.gui.worker.io mit Parametern vom Typ ARXLattice.ARXNode