Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlmayer committed Aug 18, 2015
1 parent 2d1a72d commit 0a2ad7c
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 226 deletions.
4 changes: 0 additions & 4 deletions doc/api/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ <h2 class="title">G</h2>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html#getAggregateFunction()">getAggregateFunction()</a></span> - Method in class org.deidentifier.arx.metric.v2.<a href="../org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../org/deidentifier/arx/ARXAnonymizer.html#getAlgorithm(org.deidentifier.arx.ARXConfiguration,%20org.deidentifier.arx.framework.data.DataManager,%20org.deidentifier.arx.framework.lattice.SolutionSpace,%20org.deidentifier.arx.framework.check.NodeChecker)">getAlgorithm(ARXConfiguration, DataManager, SolutionSpace, NodeChecker)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXAnonymizer.html" title="class in org.deidentifier.arx">ARXAnonymizer</a></dt>
<dd>
<div class="block">Returns an algorithm for the given problem instance</div>
</dd>
<dt><span class="strong"><a href="../org/deidentifier/arx/io/ImportColumn.html#getAliasName()">getAliasName()</a></span> - Method in class org.deidentifier.arx.io.<a href="../org/deidentifier/arx/io/ImportColumn.html" title="class in org.deidentifier.arx.io">ImportColumn</a></dt>
<dd>
<div class="block">Gets the alias name.</div>
Expand Down
42 changes: 9 additions & 33 deletions doc/api/org/deidentifier/arx/ARXAnonymizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,63 +150,54 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.deidentifier.arx.algorithm.AbstractAlgorithm</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getAlgorithm(org.deidentifier.arx.ARXConfiguration,%20org.deidentifier.arx.framework.data.DataManager,%20org.deidentifier.arx.framework.lattice.SolutionSpace,%20org.deidentifier.arx.framework.check.NodeChecker)">getAlgorithm</a></strong>(<a href="../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config,
org.deidentifier.arx.framework.data.DataManager&nbsp;manager,
org.deidentifier.arx.framework.lattice.SolutionSpace&nbsp;solutionSpace,
org.deidentifier.arx.framework.check.NodeChecker&nbsp;checker)</code>
<div class="block">Returns an algorithm for the given problem instance</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getHistorySize()">getHistorySize</a></strong>()</code>
<div class="block">Returns the maximum number of snapshots allowed to store in the history.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaximumSnapshotSizeDataset()">getMaximumSnapshotSizeDataset</a></strong>()</code>
<div class="block">Gets the snapshot size.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaximumSnapshotSizeSnapshot()">getMaximumSnapshotSizeSnapshot</a></strong>()</code>
<div class="block">Gets the snapshot size.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaxQuasiIdentifiers()">getMaxQuasiIdentifiers</a></strong>()</code>
<div class="block">Returns the maximal number of quasi-identifiers.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setHistorySize(int)">setHistorySize</a></strong>(int&nbsp;historySize)</code>
<div class="block">Sets the maximum number of snapshots allowed to store in the history.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setListener(org.deidentifier.arx.ARXListener)">setListener</a></strong>(<a href="../../../org/deidentifier/arx/ARXListener.html" title="interface in org.deidentifier.arx">ARXListener</a>&nbsp;listener)</code>
<div class="block">Sets a listener.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaximumSnapshotSizeDataset(double)">setMaximumSnapshotSizeDataset</a></strong>(double&nbsp;snapshotSize)</code>
<div class="block">Sets the maximum size of a snapshot relative to the dataset size.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaximumSnapshotSizeSnapshot(double)">setMaximumSnapshotSizeSnapshot</a></strong>(double&nbsp;snapshotSizeSnapshot)</code>
<div class="block">Sets the maximum size of a snapshot relative to the previous snapshot.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaxQuasiIdentifiers(int)">setMaxQuasiIdentifiers</a></strong>(int&nbsp;maxQuasiIdentifiers)</code>
<div class="block">Sets the maximal number of quasi-identifiers.</div>
Expand Down Expand Up @@ -373,7 +364,7 @@ <h4>setMaximumSnapshotSizeSnapshot</h4>
<a name="setMaxQuasiIdentifiers(int)">
<!-- -->
</a>
<ul class="blockList">
<ul class="blockListLast">
<li class="blockList">
<h4>setMaxQuasiIdentifiers</h4>
<pre>public&nbsp;void&nbsp;setMaxQuasiIdentifiers(int&nbsp;maxQuasiIdentifiers)</pre>
Expand All @@ -382,21 +373,6 @@ <h4>setMaxQuasiIdentifiers</h4>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxQuasiIdentifiers</code> - </dd></dl>
</li>
</ul>
<a name="getAlgorithm(org.deidentifier.arx.ARXConfiguration, org.deidentifier.arx.framework.data.DataManager, org.deidentifier.arx.framework.lattice.SolutionSpace, org.deidentifier.arx.framework.check.NodeChecker)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAlgorithm</h4>
<pre>public&nbsp;org.deidentifier.arx.algorithm.AbstractAlgorithm&nbsp;getAlgorithm(<a href="../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config,
org.deidentifier.arx.framework.data.DataManager&nbsp;manager,
org.deidentifier.arx.framework.lattice.SolutionSpace&nbsp;solutionSpace,
org.deidentifier.arx.framework.check.NodeChecker&nbsp;checker)</pre>
<div class="block">Returns an algorithm for the given problem instance</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - </dd><dd><code>manager</code> - </dd><dd><code>solutionSpace</code> - </dd><dd><code>checker</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down
9 changes: 0 additions & 9 deletions doc/api/org/deidentifier/arx/class-use/ARXConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,6 @@ <h3>Uses of <a href="../../../../org/deidentifier/arx/ARXConfiguration.html" tit
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.deidentifier.arx.algorithm.AbstractAlgorithm</code></td>
<td class="colLast"><span class="strong">ARXAnonymizer.</span><code><strong><a href="../../../../org/deidentifier/arx/ARXAnonymizer.html#getAlgorithm(org.deidentifier.arx.ARXConfiguration,%20org.deidentifier.arx.framework.data.DataManager,%20org.deidentifier.arx.framework.lattice.SolutionSpace,%20org.deidentifier.arx.framework.check.NodeChecker)">getAlgorithm</a></strong>(<a href="../../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config,
org.deidentifier.arx.framework.data.DataManager&nbsp;manager,
org.deidentifier.arx.framework.lattice.SolutionSpace&nbsp;solutionSpace,
org.deidentifier.arx.framework.check.NodeChecker&nbsp;checker)</code>
<div class="block">Returns an algorithm for the given problem instance</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ARXLattice.Access.</span><code><strong><a href="../../../../org/deidentifier/arx/ARXLattice.Access.html#setMonotonicity(org.deidentifier.arx.ARXConfiguration)">setMonotonicity</a></strong>(<a href="../../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config)</code>&nbsp;</td>
</tr>
Expand Down
4 changes: 0 additions & 4 deletions doc/dev/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,6 @@ <h2 class="title">G</h2>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html#getAggregateFunction()">getAggregateFunction()</a></span> - Method in class org.deidentifier.arx.metric.v2.<a href="./org/deidentifier/arx/metric/v2/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html" title="class in org.deidentifier.arx.metric.v2">AbstractMetricMultiDimensionalPotentiallyPrecomputed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/ARXAnonymizer.html#getAlgorithm(org.deidentifier.arx.ARXConfiguration,%20org.deidentifier.arx.framework.data.DataManager,%20org.deidentifier.arx.framework.lattice.SolutionSpace,%20org.deidentifier.arx.framework.check.NodeChecker)">getAlgorithm(ARXConfiguration, DataManager, SolutionSpace, NodeChecker)</a></span> - Method in class org.deidentifier.arx.<a href="./org/deidentifier/arx/ARXAnonymizer.html" title="class in org.deidentifier.arx">ARXAnonymizer</a></dt>
<dd>
<div class="block">Returns an algorithm for the given problem instance</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/io/ImportColumn.html#getAliasName()">getAliasName()</a></span> - Method in class org.deidentifier.arx.io.<a href="./org/deidentifier/arx/io/ImportColumn.html" title="class in org.deidentifier.arx.io">ImportColumn</a></dt>
<dd>
<div class="block">Gets the alias name.</div>
Expand Down
42 changes: 9 additions & 33 deletions doc/dev/org/deidentifier/arx/ARXAnonymizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,63 +150,54 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/deidentifier/arx/algorithm/AbstractAlgorithm.html" title="class in org.deidentifier.arx.algorithm">AbstractAlgorithm</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getAlgorithm(org.deidentifier.arx.ARXConfiguration,%20org.deidentifier.arx.framework.data.DataManager,%20org.deidentifier.arx.framework.lattice.SolutionSpace,%20org.deidentifier.arx.framework.check.NodeChecker)">getAlgorithm</a></strong>(<a href="../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config,
<a href="../../../org/deidentifier/arx/framework/data/DataManager.html" title="class in org.deidentifier.arx.framework.data">DataManager</a>&nbsp;manager,
<a href="../../../org/deidentifier/arx/framework/lattice/SolutionSpace.html" title="class in org.deidentifier.arx.framework.lattice">SolutionSpace</a>&nbsp;solutionSpace,
<a href="../../../org/deidentifier/arx/framework/check/NodeChecker.html" title="class in org.deidentifier.arx.framework.check">NodeChecker</a>&nbsp;checker)</code>
<div class="block">Returns an algorithm for the given problem instance</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getHistorySize()">getHistorySize</a></strong>()</code>
<div class="block">Returns the maximum number of snapshots allowed to store in the history.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaximumSnapshotSizeDataset()">getMaximumSnapshotSizeDataset</a></strong>()</code>
<div class="block">Gets the snapshot size.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaximumSnapshotSizeSnapshot()">getMaximumSnapshotSizeSnapshot</a></strong>()</code>
<div class="block">Gets the snapshot size.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#getMaxQuasiIdentifiers()">getMaxQuasiIdentifiers</a></strong>()</code>
<div class="block">Returns the maximal number of quasi-identifiers.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setHistorySize(int)">setHistorySize</a></strong>(int&nbsp;historySize)</code>
<div class="block">Sets the maximum number of snapshots allowed to store in the history.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setListener(org.deidentifier.arx.ARXListener)">setListener</a></strong>(<a href="../../../org/deidentifier/arx/ARXListener.html" title="interface in org.deidentifier.arx">ARXListener</a>&nbsp;listener)</code>
<div class="block">Sets a listener.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaximumSnapshotSizeDataset(double)">setMaximumSnapshotSizeDataset</a></strong>(double&nbsp;snapshotSize)</code>
<div class="block">Sets the maximum size of a snapshot relative to the dataset size.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaximumSnapshotSizeSnapshot(double)">setMaximumSnapshotSizeSnapshot</a></strong>(double&nbsp;snapshotSizeSnapshot)</code>
<div class="block">Sets the maximum size of a snapshot relative to the previous snapshot.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/ARXAnonymizer.html#setMaxQuasiIdentifiers(int)">setMaxQuasiIdentifiers</a></strong>(int&nbsp;maxQuasiIdentifiers)</code>
<div class="block">Sets the maximal number of quasi-identifiers.</div>
Expand Down Expand Up @@ -373,7 +364,7 @@ <h4>setMaximumSnapshotSizeSnapshot</h4>
<a name="setMaxQuasiIdentifiers(int)">
<!-- -->
</a>
<ul class="blockList">
<ul class="blockListLast">
<li class="blockList">
<h4>setMaxQuasiIdentifiers</h4>
<pre>public&nbsp;void&nbsp;setMaxQuasiIdentifiers(int&nbsp;maxQuasiIdentifiers)</pre>
Expand All @@ -382,21 +373,6 @@ <h4>setMaxQuasiIdentifiers</h4>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxQuasiIdentifiers</code> - </dd></dl>
</li>
</ul>
<a name="getAlgorithm(org.deidentifier.arx.ARXConfiguration, org.deidentifier.arx.framework.data.DataManager, org.deidentifier.arx.framework.lattice.SolutionSpace, org.deidentifier.arx.framework.check.NodeChecker)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAlgorithm</h4>
<pre>public&nbsp;<a href="../../../org/deidentifier/arx/algorithm/AbstractAlgorithm.html" title="class in org.deidentifier.arx.algorithm">AbstractAlgorithm</a>&nbsp;getAlgorithm(<a href="../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a>&nbsp;config,
<a href="../../../org/deidentifier/arx/framework/data/DataManager.html" title="class in org.deidentifier.arx.framework.data">DataManager</a>&nbsp;manager,
<a href="../../../org/deidentifier/arx/framework/lattice/SolutionSpace.html" title="class in org.deidentifier.arx.framework.lattice">SolutionSpace</a>&nbsp;solutionSpace,
<a href="../../../org/deidentifier/arx/framework/check/NodeChecker.html" title="class in org.deidentifier.arx.framework.check">NodeChecker</a>&nbsp;checker)</pre>
<div class="block">Returns an algorithm for the given problem instance</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - </dd><dd><code>manager</code> - </dd><dd><code>solutionSpace</code> - </dd><dd><code>checker</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 0a2ad7c

Please sign in to comment.