Skip to content

Commit

Permalink
Add convenience method
Browse files Browse the repository at this point in the history
  • Loading branch information
prasser committed Jun 20, 2019
1 parent 9750224 commit 8dbf492
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/org/deidentifier/arx/ARXResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dbf492

Please sign in to comment.