From 8dbf4929dcc396b821b0fda195e3aa63840bd996 Mon Sep 17 00:00:00 2001 From: Fabian Prasser Date: Thu, 20 Jun 2019 15:09:33 +0200 Subject: [PATCH] Add convenience method --- src/main/org/deidentifier/arx/ARXResult.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/org/deidentifier/arx/ARXResult.java b/src/main/org/deidentifier/arx/ARXResult.java index 4c2cff5922..5ca5e04e9f 100644 --- a/src/main/org/deidentifier/arx/ARXResult.java +++ b/src/main/org/deidentifier/arx/ARXResult.java @@ -238,6 +238,14 @@ public ARXNode getGlobalOptimum() { public ARXLattice getLattice() { return lattice; } + + /** + * Returns the associated input handle + * @return + */ + public DataHandle getInput() { + return this.registry.getInputHandle(); + } /** * Returns whether the global optimum has been found