index-4.html 128 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:11:01 CET 2019 -->
  6. <title>D-Index</title>
  7. <meta name="date" content="2019-11-17">
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="D-Index";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../overview-summary.html">Overview</a></li>
  35. <li>Package</li>
  36. <li>Class</li>
  37. <li>Use</li>
  38. <li><a href="../overview-tree.html">Tree</a></li>
  39. <li><a href="../deprecated-list.html">Deprecated</a></li>
  40. <li class="navBarCell1Rev">Index</li>
  41. <li><a href="../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="index-3.html">Prev Letter</a></li>
  47. <li><a href="index-5.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
  51. <li><a href="index-4.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">W</a>&nbsp;<a href="index-23.html">X</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;<a href="index-25.html">_</a>&nbsp;<a name="I:D">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">D</h2>
  76. <dl>
  77. <dt><a href="../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx"><span class="typeNameLink">Data</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  78. <dd>
  79. <div class="block">Represents input data for the ARX framework.</div>
  80. </dd>
  81. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/Data.html#Data--">Data()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a></dt>
  82. <dd>&nbsp;</dd>
  83. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/history/MRUCacheEntry.html#data">data</a></span> - Variable in class org.deidentifier.arx.framework.check.history.<a href="../org/deidentifier/arx/framework/check/history/MRUCacheEntry.html" title="class in org.deidentifier.arx.framework.check.history">MRUCacheEntry</a></dt>
  84. <dd>
  85. <div class="block">The data.</div>
  86. </dd>
  87. <dt><a href="../org/deidentifier/arx/framework/data/Data.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">Data</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  88. <dd>
  89. <div class="block">Encodes a data object consisting of a dictionary encoded two-dimensional
  90. array, an associated dictionary, a header and a mapping to the columns in the
  91. input data set.</div>
  92. </dd>
  93. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelEvent.html#data">data</a></span> - Variable in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelEvent.html" title="class in org.deidentifier.arx.gui.model">ModelEvent</a></dt>
  94. <dd>
  95. <div class="block">The associated data, if any.</div>
  96. </dd>
  97. <dt><a href="../org/deidentifier/arx/Data.DefaultData.html" title="class in org.deidentifier.arx"><span class="typeNameLink">Data.DefaultData</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  98. <dd>
  99. <div class="block">The default implementation of a data object.</div>
  100. </dd>
  101. <dt><a href="../org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">DataAggregationInformation</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  102. <dd>
  103. <div class="block">Small class to encapsulate information about data that needs to be analyzed aggregated.</div>
  104. </dd>
  105. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/DataAggregationInformation.html#DataAggregationInformation-org.deidentifier.arx.framework.data.Data-java.util.Map-org.deidentifier.arx.DataDefinition-java.util.Set-java.util.Set-java.util.Set-">DataAggregationInformation(Data, Map&lt;String, DistributionAggregateFunction&gt;, DataDefinition, Set&lt;String&gt;, Set&lt;String&gt;, Set&lt;String&gt;)</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/DataAggregationInformation.html" title="class in org.deidentifier.arx.framework.data">DataAggregationInformation</a></dt>
  106. <dd>
  107. <div class="block">Creates a new instance</div>
  108. </dd>
  109. <dt><a href="../org/deidentifier/arx/DataDefinition.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataDefinition</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  110. <dd>
  111. <div class="block">Encapsulates a definition of the types of attributes contained in a dataset.</div>
  112. </dd>
  113. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataDefinition.html#DataDefinition--">DataDefinition()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataDefinition.html" title="class in org.deidentifier.arx">DataDefinition</a></dt>
  114. <dd>&nbsp;</dd>
  115. <dt><a href="../org/deidentifier/arx/algorithm/DataDependentEDDPAlgorithm.html" title="class in org.deidentifier.arx.algorithm"><span class="typeNameLink">DataDependentEDDPAlgorithm</span></a> - Class in <a href="../org/deidentifier/arx/algorithm/package-summary.html">org.deidentifier.arx.algorithm</a></dt>
  116. <dd>
  117. <div class="block">This class implements the search algorithm used with data-dependent differential privacy as proposed in:
  118. Bild R, Kuhn KA, Prasser F.</div>
  119. </dd>
  120. <dt><a href="../org/deidentifier/arx/DataGeneralizationScheme.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataGeneralizationScheme</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  121. <dd>
  122. <div class="block">This class encapsulates a generalization scheme</div>
  123. </dd>
  124. <dt><a href="../org/deidentifier/arx/DataGeneralizationScheme.GeneralizationDegree.html" title="enum in org.deidentifier.arx"><span class="typeNameLink">DataGeneralizationScheme.GeneralizationDegree</span></a> - Enum in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  125. <dd>
  126. <div class="block">A specific generalization degree</div>
  127. </dd>
  128. <dt><a href="../org/deidentifier/arx/DataHandle.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataHandle</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  129. <dd>
  130. <div class="block">This class provides access to dictionary encoded data.</div>
  131. </dd>
  132. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataHandle.html#DataHandle--">DataHandle()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataHandle.html" title="class in org.deidentifier.arx">DataHandle</a></dt>
  133. <dd>&nbsp;</dd>
  134. <dt><a href="../org/deidentifier/arx/DataHandleInput.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataHandleInput</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  135. <dd>
  136. <div class="block">An implementation of the DataHandle interface for input data.</div>
  137. </dd>
  138. <dt><a href="../org/deidentifier/arx/DataHandleInternal.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataHandleInternal</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  139. <dd>
  140. <div class="block">Wrapper class that provides information to StatisticsBuilder.</div>
  141. </dd>
  142. <dt><a href="../org/deidentifier/arx/DataHandleInternal.InterruptHandler.html" title="interface in org.deidentifier.arx"><span class="typeNameLink">DataHandleInternal.InterruptHandler</span></a> - Interface in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  143. <dd>
  144. <div class="block">Interface</div>
  145. </dd>
  146. <dt><a href="../org/deidentifier/arx/DataHandleOutput.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataHandleOutput</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  147. <dd>
  148. <div class="block">An implementation of the class DataHandle for output data.</div>
  149. </dd>
  150. <dt><a href="../org/deidentifier/arx/DataHandleSubset.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataHandleSubset</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  151. <dd>
  152. <div class="block">This implementation of a data handle projects a given data handle onto a given research subset.</div>
  153. </dd>
  154. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataHandleSubset.html#DataHandleSubset-org.deidentifier.arx.DataHandle-org.deidentifier.arx.DataSubset-">DataHandleSubset(DataHandle, DataSubset)</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataHandleSubset.html" title="class in org.deidentifier.arx">DataHandleSubset</a></dt>
  155. <dd>
  156. <div class="block">Creates a new handle that represents the research subset.</div>
  157. </dd>
  158. <dt><a href="../org/deidentifier/arx/framework/data/DataManager.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">DataManager</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  159. <dd>
  160. <div class="block">Holds all data needed for the anonymization process.</div>
  161. </dd>
  162. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/DataManager.html#DataManager-java.lang.String:A-org.deidentifier.arx.framework.data.DataMatrix-org.deidentifier.arx.framework.data.Dictionary-org.deidentifier.arx.DataDefinition-java.util.Map-org.deidentifier.arx.ARXConfiguration-">DataManager(String[], DataMatrix, Dictionary, DataDefinition, Map&lt;String, DistributionAggregateFunction&gt;, ARXConfiguration)</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/DataManager.html" title="class in org.deidentifier.arx.framework.data">DataManager</a></dt>
  163. <dd>
  164. <div class="block">Creates a new data manager from pre-encoded data.</div>
  165. </dd>
  166. <dt><a href="../org/deidentifier/arx/framework/data/DataManagerSubset.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">DataManagerSubset</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  167. <dd>
  168. <div class="block">A data manager that is projected onto a given subset.</div>
  169. </dd>
  170. <dt><a href="../org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">DataMatrix</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  171. <dd>
  172. <div class="block">A fast implementation of an array of arrays of equal size</div>
  173. </dd>
  174. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/DataMatrix.html#DataMatrix-int-int-">DataMatrix(int, int)</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/DataMatrix.html" title="class in org.deidentifier.arx.framework.data">DataMatrix</a></dt>
  175. <dd>
  176. <div class="block">Instantiates a new memory block.</div>
  177. </dd>
  178. <dt><a href="../org/deidentifier/arx/framework/data/DataMatrixSubset.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">DataMatrixSubset</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  179. <dd>
  180. <div class="block">A subset of a data matrix</div>
  181. </dd>
  182. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/DataMatrixSubset.html#DataMatrixSubset-org.deidentifier.arx.framework.data.DataMatrix-int:A-">DataMatrixSubset(DataMatrix, int[])</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/DataMatrixSubset.html" title="class in org.deidentifier.arx.framework.data">DataMatrixSubset</a></dt>
  183. <dd>
  184. <div class="block">Creates a new instance</div>
  185. </dd>
  186. <dt><a href="../org/deidentifier/arx/test/DataProvider.html" title="class in org.deidentifier.arx.test"><span class="typeNameLink">DataProvider</span></a> - Class in <a href="../org/deidentifier/arx/test/package-summary.html">org.deidentifier.arx.test</a></dt>
  187. <dd>
  188. <div class="block">Provides data for test cases.</div>
  189. </dd>
  190. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/DataProvider.html#DataProvider--">DataProvider()</a></span> - Constructor for class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/DataProvider.html" title="class in org.deidentifier.arx.test">DataProvider</a></dt>
  191. <dd>
  192. <div class="block">Init.</div>
  193. </dd>
  194. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/table/DataProviderWrapped.html" title="class in org.deidentifier.arx.gui.view.impl.common.table"><span class="typeNameLink">DataProviderWrapped</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/table/package-summary.html">org.deidentifier.arx.gui.view.impl.common.table</a></dt>
  195. <dd>&nbsp;</dd>
  196. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/DataProviderWrapped.html#DataProviderWrapped--">DataProviderWrapped()</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/DataProviderWrapped.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">DataProviderWrapped</a></dt>
  197. <dd>&nbsp;</dd>
  198. <dt><a href="../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx"><span class="typeNameLink">DataScale</span></a> - Enum in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  199. <dd>
  200. <div class="block">This class represents different scales of measure.</div>
  201. </dd>
  202. <dt><a href="../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataSelector</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  203. <dd>
  204. <div class="block">A selector for tuples.</div>
  205. </dd>
  206. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html#dataset">dataset</a></span> - Variable in class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html" title="class in org.deidentifier.arx.test">AbstractAnonymizationTest.ARXAnonymizationTestCase</a></dt>
  207. <dd>
  208. <div class="block">Random test variable</div>
  209. </dd>
  210. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractTestUtilityMetrics.ARXUtilityMetricsTestCase.html#dataset">dataset</a></span> - Variable in class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/AbstractTestUtilityMetrics.ARXUtilityMetricsTestCase.html" title="class in org.deidentifier.arx.test">AbstractTestUtilityMetrics.ARXUtilityMetricsTestCase</a></dt>
  211. <dd>
  212. <div class="block">Dataset</div>
  213. </dd>
  214. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractTestUtilityMetricsPrecomputation.ARXUtilityMetricsTestCase.html#dataset">dataset</a></span> - Variable in class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/AbstractTestUtilityMetricsPrecomputation.ARXUtilityMetricsTestCase.html" title="class in org.deidentifier.arx.test">AbstractTestUtilityMetricsPrecomputation.ARXUtilityMetricsTestCase</a></dt>
  215. <dd>
  216. <div class="block">Dataset</div>
  217. </dd>
  218. <dt><a href="../org/deidentifier/arx/DataSource.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataSource</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  219. <dd>
  220. <div class="block">This class provides configuration options for importing data from CSV-files, from Excel-files
  221. or via a JDBC connection.</div>
  222. </dd>
  223. <dt><a href="../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataSubset</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  224. <dd>
  225. <div class="block">This class represents a the dataset that is to be de-identified
  226. as a subset of the given population table.</div>
  227. </dd>
  228. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableBackgroundImagePainter</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  229. <dd>
  230. <div class="block">Paints the cell background using an image.</div>
  231. </dd>
  232. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html#DataTableBackgroundImagePainter-org.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter-org.eclipse.swt.graphics.Image-org.eclipse.swt.graphics.Color-">DataTableBackgroundImagePainter(ICellPainter, Image, Color)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableBackgroundImagePainter</a></dt>
  233. <dd>&nbsp;</dd>
  234. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBodyLayerStack.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableBodyLayerStack</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  235. <dd>
  236. <div class="block">A BodyLayerStack for the DataView.</div>
  237. </dd>
  238. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBodyLayerStack.html#DataTableBodyLayerStack-org.eclipse.nebula.widgets.nattable.layer.IUniqueIndexLayer-org.eclipse.nebula.widgets.nattable.NatTable-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-org.eclipse.swt.widgets.Control-">DataTableBodyLayerStack(IUniqueIndexLayer, NatTable, DataTableContext, Control)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBodyLayerStack.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableBodyLayerStack</a></dt>
  239. <dd>
  240. <div class="block">Creates a new instance.</div>
  241. </dd>
  242. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableColumnHeaderConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableColumnHeaderConfiguration</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  243. <dd>
  244. <div class="block">A column style for the data view.</div>
  245. </dd>
  246. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableColumnHeaderConfiguration.html#DataTableColumnHeaderConfiguration-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableColumnHeaderConfiguration(DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableColumnHeaderConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableColumnHeaderConfiguration</a></dt>
  247. <dd>
  248. <div class="block">Creates a new instance.</div>
  249. </dd>
  250. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableConfigLabelAccumulator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableConfigLabelAccumulator</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  251. <dd>
  252. <div class="block">A label accumulator for the data view.</div>
  253. </dd>
  254. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableConfigLabelAccumulator.html#DataTableConfigLabelAccumulator-org.eclipse.nebula.widgets.nattable.NatTable-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableConfigLabelAccumulator(NatTable, DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableConfigLabelAccumulator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableConfigLabelAccumulator</a></dt>
  255. <dd>
  256. <div class="block">Creates a new instance.</div>
  257. </dd>
  258. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableContext.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableContext</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  259. <dd>
  260. <div class="block">A context for the data view.</div>
  261. </dd>
  262. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableContext.html#DataTableContext-org.deidentifier.arx.gui.Controller-">DataTableContext(Controller)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableContext.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableContext</a></dt>
  263. <dd>
  264. <div class="block">Creates a new instance.</div>
  265. </dd>
  266. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDataProvider.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableDataProvider</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  267. <dd>
  268. <div class="block">A data provider that handles missing values.</div>
  269. </dd>
  270. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDataProvider.html#DataTableDataProvider-org.eclipse.nebula.widgets.nattable.data.IDataProvider-">DataTableDataProvider(IDataProvider)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDataProvider.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableDataProvider</a></dt>
  271. <dd>
  272. <div class="block">Creates a new instance.</div>
  273. </dd>
  274. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableDecorator</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  275. <dd>
  276. <div class="block">A table decorator.</div>
  277. </dd>
  278. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html#DataTableDecorator-org.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter-org.eclipse.nebula.widgets.nattable.style.BorderStyle-">DataTableDecorator(ICellPainter, BorderStyle)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableDecorator</a></dt>
  279. <dd>
  280. <div class="block">Creates a new LabelLineBorderDecorator wrapping the given interior
  281. painter using the given BorderStyle as default.</div>
  282. </dd>
  283. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableFillLayout</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  284. <dd>
  285. <div class="block">Adds an additional column to fill up the space.</div>
  286. </dd>
  287. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayout.html#DataTableFillLayout-org.eclipse.swt.widgets.Control-org.eclipse.nebula.widgets.nattable.layer.IUniqueIndexLayer-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableBodyLayerStack-">DataTableFillLayout(Control, IUniqueIndexLayer, DataTableContext, DataTableBodyLayerStack)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableFillLayout</a></dt>
  288. <dd>&nbsp;</dd>
  289. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayoutStyle.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableFillLayoutStyle</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  290. <dd>
  291. <div class="block">Style config for fill layouts.</div>
  292. </dd>
  293. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayoutStyle.html#DataTableFillLayoutStyle-org.eclipse.swt.widgets.Control-">DataTableFillLayoutStyle(Control)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayoutStyle.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableFillLayoutStyle</a></dt>
  294. <dd>&nbsp;</dd>
  295. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableGridLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableGridLayer</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  296. <dd>
  297. <div class="block">A grid layer for the data view.</div>
  298. </dd>
  299. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableGridLayerStack.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableGridLayerStack</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  300. <dd>
  301. <div class="block">A grid layer stack for the data view.</div>
  302. </dd>
  303. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableGridLayerStack.html#DataTableGridLayerStack-org.eclipse.nebula.widgets.nattable.data.IDataProvider-org.eclipse.nebula.widgets.nattable.NatTable-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-org.eclipse.swt.widgets.Control-">DataTableGridLayerStack(IDataProvider, NatTable, DataTableContext, Control)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableGridLayerStack.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableGridLayerStack</a></dt>
  304. <dd>
  305. <div class="block">Creates a new instance.</div>
  306. </dd>
  307. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableHandleDataProvider.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableHandleDataProvider</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  308. <dd>
  309. <div class="block">A data provider based on a data handle.</div>
  310. </dd>
  311. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableHandleDataProvider.html#DataTableHandleDataProvider-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableHandleDataProvider(DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableHandleDataProvider.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableHandleDataProvider</a></dt>
  312. <dd>
  313. <div class="block">Creates a new instance.</div>
  314. </dd>
  315. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableImagePainter</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  316. <dd>
  317. <div class="block">Paints an image.</div>
  318. </dd>
  319. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html#DataTableImagePainter-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableImagePainter(DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableImagePainter</a></dt>
  320. <dd>
  321. <div class="block">Creates a new instance.</div>
  322. </dd>
  323. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableResizeColumnAction.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableResizeColumnAction</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  324. <dd>
  325. <div class="block">Resize column action that only fires for smaller datasets</div>
  326. </dd>
  327. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableResizeColumnAction.html#DataTableResizeColumnAction-org.eclipse.nebula.widgets.nattable.layer.IUniqueIndexLayer-">DataTableResizeColumnAction(IUniqueIndexLayer)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableResizeColumnAction.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableResizeColumnAction</a></dt>
  328. <dd>
  329. <div class="block">Construct</div>
  330. </dd>
  331. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableRowHeaderConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableRowHeaderConfiguration</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  332. <dd>
  333. <div class="block">A configuration for row headers in the data view.</div>
  334. </dd>
  335. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableRowHeaderConfiguration.html#DataTableRowHeaderConfiguration-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableRowHeaderConfiguration(DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableRowHeaderConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableRowHeaderConfiguration</a></dt>
  336. <dd>
  337. <div class="block">Creates a new instance.</div>
  338. </dd>
  339. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableSelectionLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableSelectionLayer</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  340. <dd>
  341. <div class="block">A selection layer for data views.</div>
  342. </dd>
  343. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableSelectionLayer.html#DataTableSelectionLayer-org.eclipse.nebula.widgets.nattable.layer.IUniqueIndexLayer-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableSelectionLayer(IUniqueIndexLayer, DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableSelectionLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableSelectionLayer</a></dt>
  344. <dd>
  345. <div class="block">Creates a new instance.</div>
  346. </dd>
  347. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableViewportLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable"><span class="typeNameLink">DataTableViewportLayer</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/datatable/package-summary.html">org.deidentifier.arx.gui.view.impl.common.datatable</a></dt>
  348. <dd>&nbsp;</dd>
  349. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableViewportLayer.html#DataTableViewportLayer-org.eclipse.nebula.widgets.nattable.layer.IUniqueIndexLayer-org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext-">DataTableViewportLayer(IUniqueIndexLayer, DataTableContext)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableViewportLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableViewportLayer</a></dt>
  350. <dd>&nbsp;</dd>
  351. <dt><a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType</span></a>&lt;<a href="../org/deidentifier/arx/DataType.html" title="type parameter in DataType">T</a>&gt; - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  352. <dd>
  353. <div class="block">This class provides access to the data types supported by the ARX framework.</div>
  354. </dd>
  355. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.html#DataType--">DataType()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a></dt>
  356. <dd>&nbsp;</dd>
  357. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextDistribution.html#dataType">dataType</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextDistribution.html" title="class in org.deidentifier.arx.gui.view.impl.utility">AnalysisContextDistribution</a></dt>
  358. <dd>
  359. <div class="block">Context information.</div>
  360. </dd>
  361. <dt><a href="../org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.ARXDate</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  362. <dd>
  363. <div class="block">Base class for date/time types.</div>
  364. </dd>
  365. <dt><a href="../org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.ARXDecimal</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  366. <dd>
  367. <div class="block">Base class for numeric types.</div>
  368. </dd>
  369. <dt><a href="../org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.ARXInteger</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  370. <dd>
  371. <div class="block">Base class for numeric types.</div>
  372. </dd>
  373. <dt><a href="../org/deidentifier/arx/DataType.ARXOrderedString.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.ARXOrderedString</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  374. <dd>
  375. <div class="block">Base class for ordered string types.</div>
  376. </dd>
  377. <dt><a href="../org/deidentifier/arx/DataType.ARXString.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.ARXString</span></a> - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  378. <dd>
  379. <div class="block">Base class for string types.</div>
  380. </dd>
  381. <dt><a href="../org/deidentifier/arx/DataType.DataTypeDescription.html" title="class in org.deidentifier.arx"><span class="typeNameLink">DataType.DataTypeDescription</span></a>&lt;<a href="../org/deidentifier/arx/DataType.DataTypeDescription.html" title="type parameter in DataType.DataTypeDescription">T</a>&gt; - Class in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  382. <dd>
  383. <div class="block">An entry in the list of available data types.</div>
  384. </dd>
  385. <dt><a href="../org/deidentifier/arx/DataType.DataTypeWithFormat.html" title="interface in org.deidentifier.arx"><span class="typeNameLink">DataType.DataTypeWithFormat</span></a> - Interface in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  386. <dd>
  387. <div class="block">An interface for data types with format.</div>
  388. </dd>
  389. <dt><a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx"><span class="typeNameLink">DataType.DataTypeWithRatioScale</span></a>&lt;<a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="type parameter in DataType.DataTypeWithRatioScale">T</a>&gt; - Interface in <a href="../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></dt>
  390. <dd>
  391. <div class="block">An interface for data types with a ratio scale.</div>
  392. </dd>
  393. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextContingency.html#dataType1">dataType1</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextContingency.html" title="class in org.deidentifier.arx.gui.view.impl.utility">AnalysisContextContingency</a></dt>
  394. <dd>
  395. <div class="block">Context information.</div>
  396. </dd>
  397. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextContingency.html#dataType2">dataType2</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/AnalysisContextContingency.html" title="class in org.deidentifier.arx.gui.view.impl.utility">AnalysisContextContingency</a></dt>
  398. <dd>
  399. <div class="block">Context information.</div>
  400. </dd>
  401. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.html#DATE">DATE</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a></dt>
  402. <dd>
  403. <div class="block">A date data type with default format dd.mm.yyyy</div>
  404. </dd>
  405. <dt><a href="../org/deidentifier/arx/criteria/DDisclosurePrivacy.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">DDisclosurePrivacy</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  406. <dd>
  407. <div class="block">Delta-disclosure privacy as proposed in:<br>
  408. <br>
  409. Justin Brickell and Vitaly Shmatikov:<br>
  410. The Cost of Privacy: Destruction of Data-mining Utility in Anonymized Data Publishing<br>
  411. Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining<br>
  412. 2008</div>
  413. </dd>
  414. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/DDisclosurePrivacy.html#DDisclosurePrivacy-java.lang.String-double-">DDisclosurePrivacy(String, double)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/DDisclosurePrivacy.html" title="class in org.deidentifier.arx.criteria">DDisclosurePrivacy</a></dt>
  415. <dd>
  416. <div class="block">Creates a new instance</div>
  417. </dd>
  418. <dt><a href="../org/deidentifier/arx/gui/DebugData.html" title="class in org.deidentifier.arx.gui"><span class="typeNameLink">DebugData</span></a> - Class in <a href="../org/deidentifier/arx/gui/package-summary.html">org.deidentifier.arx.gui</a></dt>
  419. <dd>
  420. <div class="block">Class for creating debug data.</div>
  421. </dd>
  422. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/DebugData.html#DebugData--">DebugData()</a></span> - Constructor for class org.deidentifier.arx.gui.<a href="../org/deidentifier/arx/gui/DebugData.html" title="class in org.deidentifier.arx.gui">DebugData</a></dt>
  423. <dd>&nbsp;</dd>
  424. <dt><a href="../org/deidentifier/arx/gui/DebugResourceLeaks.html" title="class in org.deidentifier.arx.gui"><span class="typeNameLink">DebugResourceLeaks</span></a> - Class in <a href="../org/deidentifier/arx/gui/package-summary.html">org.deidentifier.arx.gui</a></dt>
  425. <dd>
  426. <div class="block">Code based on: https://www.eclipse.org/articles/swt-design-2/sleak.htm</div>
  427. </dd>
  428. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/DebugResourceLeaks.html#DebugResourceLeaks--">DebugResourceLeaks()</a></span> - Constructor for class org.deidentifier.arx.gui.<a href="../org/deidentifier/arx/gui/DebugResourceLeaks.html" title="class in org.deidentifier.arx.gui">DebugResourceLeaks</a></dt>
  429. <dd>&nbsp;</dd>
  430. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.html#DECIMAL">DECIMAL</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a></dt>
  431. <dd>
  432. <div class="block">A generic decimal data type.</div>
  433. </dd>
  434. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionaryEntry.html#decRefCount--">decRefCount()</a></span> - Method in class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionaryEntry.html" title="class in org.deidentifier.arx.framework.check.distribution">IntArrayDictionaryEntry</a></dt>
  435. <dd>&nbsp;</dd>
  436. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionary.html#decrementRefCount-int-">decrementRefCount(int)</a></span> - Method in class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionary.html" title="class in org.deidentifier.arx.framework.check.distribution">IntArrayDictionary</a></dt>
  437. <dd>
  438. <div class="block">Removes a element from the dictionary.</div>
  439. </dd>
  440. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_ALPHA">DEFAULT_ALPHA</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  441. <dd>
  442. <div class="block">Default value</div>
  443. </dd>
  444. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_DECAY_EXPONENT">DEFAULT_DECAY_EXPONENT</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  445. <dd>
  446. <div class="block">Default value</div>
  447. </dd>
  448. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/io/CSVSyntax.html#DEFAULT_DELIMITER">DEFAULT_DELIMITER</a></span> - Static variable in class org.deidentifier.arx.io.<a href="../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a></dt>
  449. <dd>
  450. <div class="block">Default values.</div>
  451. </dd>
  452. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#DEFAULT_DETERMINISTIC">DEFAULT_DETERMINISTIC</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
  453. <dd>
  454. <div class="block">Default value</div>
  455. </dd>
  456. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/io/CSVSyntax.html#DEFAULT_ESCAPE">DEFAULT_ESCAPE</a></span> - Static variable in class org.deidentifier.arx.io.<a href="../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a></dt>
  457. <dd>
  458. <div class="block">Default values.</div>
  459. </dd>
  460. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayoutStyle.html#DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL">DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableFillLayoutStyle.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableFillLayoutStyle</a></dt>
  461. <dd>
  462. <div class="block">TODO</div>
  463. </dd>
  464. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationFillLayout.html#DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL">DEFAULT_FILL_LAYOUT_CELL_CONFIG_LABEL</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">StyleConfigurationFillLayout</a></dt>
  465. <dd>
  466. <div class="block">TODO</div>
  467. </dd>
  468. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_LAMBDA">DEFAULT_LAMBDA</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  469. <dd>
  470. <div class="block">Default value</div>
  471. </dd>
  472. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_LEARNING_RATE">DEFAULT_LEARNING_RATE</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  473. <dd>
  474. <div class="block">Default value</div>
  475. </dd>
  476. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/io/CSVSyntax.html#DEFAULT_LINEBREAK">DEFAULT_LINEBREAK</a></span> - Static variable in class org.deidentifier.arx.io.<a href="../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a></dt>
  477. <dd>
  478. <div class="block">Default values.</div>
  479. </dd>
  480. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#DEFAULT_MAX_RECORDS">DEFAULT_MAX_RECORDS</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
  481. <dd>
  482. <div class="block">Default value</div>
  483. </dd>
  484. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_MAXMIMUM_NUMBER_OF_LEAF_NODES">DEFAULT_MAXMIMUM_NUMBER_OF_LEAF_NODES</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  485. <dd>
  486. <div class="block">Default value</div>
  487. </dd>
  488. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_MINIMUM_SIZE_OF_LEAF_NODES">DEFAULT_MINIMUM_SIZE_OF_LEAF_NODES</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  489. <dd>
  490. <div class="block">Default value</div>
  491. </dd>
  492. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#DEFAULT_NUMBER_OF_FOLDS">DEFAULT_NUMBER_OF_FOLDS</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
  493. <dd>
  494. <div class="block">Default value</div>
  495. </dd>
  496. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_NUMBER_OF_TREES">DEFAULT_NUMBER_OF_TREES</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  497. <dd>
  498. <div class="block">Default value</div>
  499. </dd>
  500. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_NUMBER_OF_VARIABLES_TO_SPLIT">DEFAULT_NUMBER_OF_VARIABLES_TO_SPLIT</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  501. <dd>
  502. <div class="block">Default value = 0: sqrt(#features) seems to provide good results</div>
  503. </dd>
  504. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_PRIOR">DEFAULT_PRIOR</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  505. <dd>
  506. <div class="block">Default value</div>
  507. </dd>
  508. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/io/CSVSyntax.html#DEFAULT_QUOTE">DEFAULT_QUOTE</a></span> - Static variable in class org.deidentifier.arx.io.<a href="../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a></dt>
  509. <dd>
  510. <div class="block">Default values.</div>
  511. </dd>
  512. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html#DEFAULT_SIGMA">DEFAULT_SIGMA</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a></dt>
  513. <dd>
  514. <div class="block">Default value</div>
  515. </dd>
  516. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_SPLIT_RULE">DEFAULT_SPLIT_RULE</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  517. <dd>
  518. <div class="block">Split rule</div>
  519. </dd>
  520. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#DEFAULT_STEP_OFFSET">DEFAULT_STEP_OFFSET</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  521. <dd>
  522. <div class="block">Default value</div>
  523. </dd>
  524. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#DEFAULT_SUBSAMPLE">DEFAULT_SUBSAMPLE</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  525. <dd>
  526. <div class="block">1.0 = sampling with replacement; <1.0 = sampling without replacement</div>
  527. </dd>
  528. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html#DEFAULT_TYPE">DEFAULT_TYPE</a></span> - Static variable in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a></dt>
  529. <dd>
  530. <div class="block">Default value</div>
  531. </dd>
  532. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#DEFAULT_VECTOR_LENGTH">DEFAULT_VECTOR_LENGTH</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
  533. <dd>
  534. <div class="block">Default value</div>
  535. </dd>
  536. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/Data.DefaultData.html#DefaultData--">DefaultData()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/Data.DefaultData.html" title="class in org.deidentifier.arx">Data.DefaultData</a></dt>
  537. <dd>&nbsp;</dd>
  538. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html#DefaultHierarchy--">DefaultHierarchy()</a></span> - Constructor for class org.deidentifier.arx.<a href="../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a></dt>
  539. <dd>
  540. <div class="block">Instantiates a new default hierarchy.</div>
  541. </dd>
  542. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/Dictionary.html#definalizeAll--">definalizeAll()</a></span> - Method in class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">Dictionary</a></dt>
  543. <dd>
  544. <div class="block">Definalizes the dictionary</div>
  545. </dd>
  546. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/async/AnalysisData.html#definition">definition</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.common.async.<a href="../org/deidentifier/arx/gui/view/impl/common/async/AnalysisData.html" title="class in org.deidentifier.arx.gui.view.impl.common.async">AnalysisData</a></dt>
  547. <dd>
  548. <div class="block">The according definition.</div>
  549. </dd>
  550. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/DelayedChangeListener.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">DelayedChangeListener</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/package-summary.html">org.deidentifier.arx.gui.view.impl.common</a></dt>
  551. <dd>
  552. <div class="block">A listener that acts as a selection listener and a modify listener which defers change
  553. events for a given amount of time</div>
  554. </dd>
  555. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/DelayedChangeListener.html#DelayedChangeListener-long-">DelayedChangeListener(long)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/DelayedChangeListener.html" title="class in org.deidentifier.arx.gui.view.impl.common">DelayedChangeListener</a></dt>
  556. <dd>
  557. <div class="block">Delay in milliseconds</div>
  558. </dd>
  559. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/DelayedChangeListener.html#delayedEvent--">delayedEvent()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/DelayedChangeListener.html" title="class in org.deidentifier.arx.gui.view.impl.common">DelayedChangeListener</a></dt>
  560. <dd>
  561. <div class="block">Implement this</div>
  562. </dd>
  563. <dt><a href="../org/deidentifier/arx/gui/view/impl/utility/DensityData.html" title="class in org.deidentifier.arx.gui.view.impl.utility"><span class="typeNameLink">DensityData</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/utility/package-summary.html">org.deidentifier.arx.gui.view.impl.utility</a></dt>
  564. <dd>
  565. <div class="block">This class implements a data object that can be passed to the heatmap widget to
  566. display the contingency table.</div>
  567. </dd>
  568. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/DensityData.html#DensityData-org.deidentifier.arx.DataHandle-int-int-">DensityData(DataHandle, int, int)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/DensityData.html" title="class in org.deidentifier.arx.gui.view.impl.utility">DensityData</a></dt>
  569. <dd>
  570. <div class="block">Creates a new instance.</div>
  571. </dd>
  572. <dt><a href="../org/deidentifier/arx/framework/lattice/DependentAction.html" title="class in org.deidentifier.arx.framework.lattice"><span class="typeNameLink">DependentAction</span></a> - Class in <a href="../org/deidentifier/arx/framework/lattice/package-summary.html">org.deidentifier.arx.framework.lattice</a></dt>
  573. <dd>
  574. <div class="block">A action that depends on properties of transformations.</div>
  575. </dd>
  576. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/lattice/DependentAction.html#DependentAction--">DependentAction()</a></span> - Constructor for class org.deidentifier.arx.framework.lattice.<a href="../org/deidentifier/arx/framework/lattice/DependentAction.html" title="class in org.deidentifier.arx.framework.lattice">DependentAction</a></dt>
  577. <dd>&nbsp;</dd>
  578. <dt><a href="../org/deidentifier/arx/framework/lattice/DependentAction.NodeActionConstant.html" title="class in org.deidentifier.arx.framework.lattice"><span class="typeNameLink">DependentAction.NodeActionConstant</span></a> - Class in <a href="../org/deidentifier/arx/framework/lattice/package-summary.html">org.deidentifier.arx.framework.lattice</a></dt>
  579. <dd>
  580. <div class="block">A trigger for nodes.</div>
  581. </dd>
  582. <dt><a href="../org/deidentifier/arx/framework/lattice/DependentAction.NodeActionInverse.html" title="class in org.deidentifier.arx.framework.lattice"><span class="typeNameLink">DependentAction.NodeActionInverse</span></a> - Class in <a href="../org/deidentifier/arx/framework/lattice/package-summary.html">org.deidentifier.arx.framework.lattice</a></dt>
  583. <dd>
  584. <div class="block">A trigger for nodes.</div>
  585. </dd>
  586. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html#DETECT_MAX_CHARS">DETECT_MAX_CHARS</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizardModel</a></dt>
  587. <dd>
  588. <div class="block">Maximum number of chars to be loaded for detecting separators.</div>
  589. </dd>
  590. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAbout.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogAbout</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  591. <dd>
  592. <div class="block">An about dialog.</div>
  593. </dd>
  594. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAbout.html#DialogAbout-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-">DialogAbout(Shell, Controller)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAbout.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogAbout</a></dt>
  595. <dd>
  596. <div class="block">Creates a new instance</div>
  597. </dd>
  598. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAnonymization.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogAnonymization</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  599. <dd>
  600. <div class="block">A dialog for defining parameters of the anonymization method</div>
  601. </dd>
  602. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAnonymization.html#DialogAnonymization-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.model.Model-">DialogAnonymization(Shell, Model)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAnonymization.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogAnonymization</a></dt>
  603. <dd>
  604. <div class="block">Creates a new instance</div>
  605. </dd>
  606. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAuditTrail.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogAuditTrail</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  607. <dd>
  608. <div class="block">A dialog for displaying the audit trail</div>
  609. </dd>
  610. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAuditTrail.html#DialogAuditTrail-org.eclipse.swt.widgets.Shell-java.util.List-">DialogAuditTrail(Shell, List&lt;ModelAuditTrailEntry&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogAuditTrail.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogAuditTrail</a></dt>
  611. <dd>
  612. <div class="block">Creates a new instance</div>
  613. </dd>
  614. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogClassificationConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogClassificationConfiguration</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  615. <dd>
  616. <div class="block">This class implements a dialog for editing a classification configuration</div>
  617. </dd>
  618. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogClassificationConfiguration.html#DialogClassificationConfiguration-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.ARXClassificationConfiguration-">DialogClassificationConfiguration(Shell, ARXClassificationConfiguration&lt;?&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogClassificationConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogClassificationConfiguration</a></dt>
  619. <dd>
  620. <div class="block">Creates a new instance</div>
  621. </dd>
  622. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboDoubleSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogComboDoubleSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  623. <dd>
  624. <div class="block">A selection dialog for elements from a combo box.</div>
  625. </dd>
  626. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboDoubleSelection.html#DialogComboDoubleSelection-org.eclipse.swt.widgets.Shell-java.lang.String-java.lang.String-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-org.deidentifier.arx.gui.view.def.IValidator-">DialogComboDoubleSelection(Shell, String, String, String[], String, String[], String, IValidator&lt;String[]&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboDoubleSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogComboDoubleSelection</a></dt>
  627. <dd>
  628. <div class="block">Creates a new instance</div>
  629. </dd>
  630. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogComboSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  631. <dd>
  632. <div class="block">A selection dialog for elements from a combo box.</div>
  633. </dd>
  634. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboSelection.html#DialogComboSelection-org.eclipse.swt.widgets.Shell-java.lang.String-java.lang.String-java.lang.String:A-java.lang.String-org.eclipse.jface.dialogs.IInputValidator-">DialogComboSelection(Shell, String, String, String[], String, IInputValidator)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogComboSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogComboSelection</a></dt>
  635. <dd>
  636. <div class="block">Creates a new instance</div>
  637. </dd>
  638. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogCriterionSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  639. <dd>
  640. <div class="block">A dialog for selecting privacy models.</div>
  641. </dd>
  642. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionSelection.html#DialogCriterionSelection-org.deidentifier.arx.gui.Controller-org.eclipse.swt.widgets.Shell-java.util.List-">DialogCriterionSelection(Controller, Shell, List&lt;ModelExplicitCriterion&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogCriterionSelection</a></dt>
  643. <dd>
  644. <div class="block">Creates a new instance.</div>
  645. </dd>
  646. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionUpdate.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogCriterionUpdate</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  647. <dd>
  648. <div class="block">A dialog for adding and configuring privacy models.</div>
  649. </dd>
  650. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionUpdate.html#DialogCriterionUpdate-org.deidentifier.arx.gui.Controller-org.eclipse.swt.widgets.Shell-java.util.List-org.deidentifier.arx.gui.model.Model-boolean-">DialogCriterionUpdate(Controller, Shell, List&lt;ModelCriterion&gt;, Model, boolean)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionUpdate.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogCriterionUpdate</a></dt>
  651. <dd>
  652. <div class="block">Constructor.</div>
  653. </dd>
  654. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionUpdate.html#DialogCriterionUpdate-org.deidentifier.arx.gui.Controller-org.eclipse.swt.widgets.Shell-java.util.List-org.deidentifier.arx.gui.model.Model-boolean-org.deidentifier.arx.gui.model.ModelCriterion-">DialogCriterionUpdate(Controller, Shell, List&lt;ModelCriterion&gt;, Model, boolean, ModelCriterion)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogCriterionUpdate.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogCriterionUpdate</a></dt>
  655. <dd>
  656. <div class="block">Constructor.</div>
  657. </dd>
  658. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDebug.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogDebug</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  659. <dd>
  660. <div class="block">An about dialog.</div>
  661. </dd>
  662. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDebug.html#DialogDebug-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-">DialogDebug(Shell, Controller)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDebug.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogDebug</a></dt>
  663. <dd>
  664. <div class="block">Constructor.</div>
  665. </dd>
  666. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDefaultParameters.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogDefaultParameters</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  667. <dd>
  668. <div class="block">A dialog to select default configurations for privacy models</div>
  669. </dd>
  670. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDefaultParameters.html#DialogDefaultParameters-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-java.util.List-">DialogDefaultParameters(Shell, Controller, List&lt;ModelCriterion&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogDefaultParameters.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogDefaultParameters</a></dt>
  671. <dd>
  672. <div class="block">Constructor.</div>
  673. </dd>
  674. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogError.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogError</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  675. <dd>
  676. <div class="block">A dialog for displaying error messages.</div>
  677. </dd>
  678. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogError.html#DialogError-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-java.lang.String-java.lang.String-">DialogError(Shell, Controller, String, String)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogError.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogError</a></dt>
  679. <dd>
  680. <div class="block">Constructor for displaying two messages.</div>
  681. </dd>
  682. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogFindReplace.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogFindReplace</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  683. <dd>
  684. <div class="block">A dialog for finding and replacing data items</div>
  685. </dd>
  686. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogFindReplace.html#DialogFindReplace-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.model.Model-org.deidentifier.arx.DataHandle-int-">DialogFindReplace(Shell, Model, DataHandle, int)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogFindReplace.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogFindReplace</a></dt>
  687. <dd>
  688. <div class="block">Creates a new instance</div>
  689. </dd>
  690. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogGeneralizationSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogGeneralizationSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  691. <dd>
  692. <div class="block">A dialog to select a generalization scheme</div>
  693. </dd>
  694. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogGeneralizationSelection.html#DialogGeneralizationSelection-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-org.deidentifier.arx.gui.model.Model-org.deidentifier.arx.DataGeneralizationScheme-">DialogGeneralizationSelection(Shell, Controller, Model, DataGeneralizationScheme)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogGeneralizationSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogGeneralizationSelection</a></dt>
  695. <dd>
  696. <div class="block">Constructor.</div>
  697. </dd>
  698. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelp.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogHelp</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  699. <dd>
  700. <div class="block">A help dialog.</div>
  701. </dd>
  702. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelp.html#DialogHelp-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-java.lang.String-">DialogHelp(Shell, Controller, String)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelp.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogHelp</a></dt>
  703. <dd>
  704. <div class="block">Constructor.</div>
  705. </dd>
  706. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelpConfig.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogHelpConfig</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  707. <dd>
  708. <div class="block">Configuration for the help dialog.</div>
  709. </dd>
  710. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelpConfig.html#DialogHelpConfig--">DialogHelpConfig()</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelpConfig.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogHelpConfig</a></dt>
  711. <dd>
  712. <div class="block">Creates a new config.</div>
  713. </dd>
  714. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogHelpConfig.Entry.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogHelpConfig.Entry</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  715. <dd>
  716. <div class="block">An entry in the help dialog.</div>
  717. </dd>
  718. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogMultiSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogMultiSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  719. <dd>
  720. <div class="block">This class implements a dialog for selecting multiple elements</div>
  721. </dd>
  722. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogMultiSelection.html#DialogMultiSelection-org.eclipse.swt.widgets.Shell-java.lang.String-java.lang.String-java.util.List-java.util.List-">DialogMultiSelection(Shell, String, String, List&lt;String&gt;, List&lt;String&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogMultiSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogMultiSelection</a></dt>
  723. <dd>
  724. <div class="block">Creates a new instance.</div>
  725. </dd>
  726. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOpenHierarchy.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogOpenHierarchy</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  727. <dd>&nbsp;</dd>
  728. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOpenHierarchy.html#DialogOpenHierarchy-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.Controller-java.lang.String-boolean-">DialogOpenHierarchy(Shell, Controller, String, boolean)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOpenHierarchy.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogOpenHierarchy</a></dt>
  729. <dd>&nbsp;</dd>
  730. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOrderSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogOrderSelection</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  731. <dd>
  732. <div class="block">An dialog that allows ordering data items.</div>
  733. </dd>
  734. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOrderSelection.html#DialogOrderSelection-org.eclipse.swt.widgets.Shell-java.lang.String:A-org.deidentifier.arx.DataType-java.util.Locale-org.deidentifier.arx.gui.Controller-">DialogOrderSelection(Shell, String[], DataType&lt;?&gt;, Locale, Controller)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogOrderSelection.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogOrderSelection</a></dt>
  735. <dd>
  736. <div class="block">Creates a new instance.</div>
  737. </dd>
  738. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProject.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogProject</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  739. <dd>
  740. <div class="block">This class implements a dialog for creating a project.</div>
  741. </dd>
  742. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProject.html#DialogProject-org.eclipse.swt.widgets.Shell-">DialogProject(Shell)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProject.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogProject</a></dt>
  743. <dd>
  744. <div class="block">Creates a new instance.</div>
  745. </dd>
  746. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProperties.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogProperties</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  747. <dd>
  748. <div class="block">This class implements a dialog for editing project properties.</div>
  749. </dd>
  750. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProperties.html#DialogProperties-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.gui.model.Model-org.deidentifier.arx.gui.Controller-">DialogProperties(Shell, Model, Controller)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogProperties.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogProperties</a></dt>
  751. <dd>
  752. <div class="block">Creates a new instance.</div>
  753. </dd>
  754. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogQuery.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogQuery</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  755. <dd>
  756. <div class="block">Query dialog</div>
  757. </dd>
  758. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogQuery.html#DialogQuery-org.deidentifier.arx.Data-org.eclipse.swt.widgets.Shell-java.lang.String-">DialogQuery(Data, Shell, String)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogQuery.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogQuery</a></dt>
  759. <dd>&nbsp;</dd>
  760. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogQueryResult.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogQueryResult</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  761. <dd>&nbsp;</dd>
  762. <dt><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogTopBottomCoding.html" title="class in org.deidentifier.arx.gui.view.impl.menu"><span class="typeNameLink">DialogTopBottomCoding</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/menu/package-summary.html">org.deidentifier.arx.gui.view.impl.menu</a></dt>
  763. <dd>
  764. <div class="block">A dialog for defining thresholds for top and bottom coding</div>
  765. </dd>
  766. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/DialogTopBottomCoding.html#DialogTopBottomCoding-org.eclipse.swt.widgets.Shell-org.deidentifier.arx.DataType-">DialogTopBottomCoding(Shell, DataType&lt;?&gt;)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/DialogTopBottomCoding.html" title="class in org.deidentifier.arx.gui.view.impl.menu">DialogTopBottomCoding</a></dt>
  767. <dd>
  768. <div class="block">Creates a new instance</div>
  769. </dd>
  770. <dt><a href="../org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data"><span class="typeNameLink">Dictionary</span></a> - Class in <a href="../org/deidentifier/arx/framework/data/package-summary.html">org.deidentifier.arx.framework.data</a></dt>
  771. <dd>
  772. <div class="block">A dictionary mapping integers to strings for different dimensions.</div>
  773. </dd>
  774. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/Dictionary.html#Dictionary-org.deidentifier.arx.framework.data.Dictionary-int:A-">Dictionary(Dictionary, int[])</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">Dictionary</a></dt>
  775. <dd>
  776. <div class="block">Instantiates a new dictionary by extracting a projection of the given dictionary</div>
  777. </dd>
  778. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/Dictionary.html#Dictionary-int-">Dictionary(int)</a></span> - Constructor for class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">Dictionary</a></dt>
  779. <dd>
  780. <div class="block">Instantiates a new dictionary.</div>
  781. </dd>
  782. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/SWTUtil.html#disable-org.eclipse.swt.widgets.Composite-">disable(Composite)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="../org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
  783. <dd>
  784. <div class="block">Disables the composite and its children.</div>
  785. </dd>
  786. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/SWTUtil.html#disable-org.eclipse.swt.widgets.Control-">disable(Control)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="../org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
  787. <dd>
  788. <div class="block">Disables the control.</div>
  789. </dd>
  790. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.html#DISABLED_BACKGROUND">DISABLED_BACKGROUND</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardEditorRenderer</a></dt>
  791. <dd>
  792. <div class="block">Constants.</div>
  793. </dd>
  794. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.html#DISABLED_FOREGROUND">DISABLED_FOREGROUND</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardEditorRenderer</a></dt>
  795. <dd>
  796. <div class="block">Constants.</div>
  797. </dd>
  798. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html#disallowAll--">disallowAll()</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a></dt>
  799. <dd>
  800. <div class="block">Allows no transformaions to pass the filter.</div>
  801. </dd>
  802. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html#disallowAnonymous--">disallowAnonymous()</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a></dt>
  803. <dd>
  804. <div class="block">Filters out anonymous transformations.</div>
  805. </dd>
  806. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html#disallowGeneralization-int-int-">disallowGeneralization(int, int)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a></dt>
  807. <dd>
  808. <div class="block">Filters out transformations with certain generalization level.</div>
  809. </dd>
  810. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html#disallowNonAnonymous--">disallowNonAnonymous()</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a></dt>
  811. <dd>
  812. <div class="block">Filters out non-anonymous transformations.</div>
  813. </dd>
  814. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html#disallowUnknown--">disallowUnknown()</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelNodeFilter.html" title="class in org.deidentifier.arx.gui.model">ModelNodeFilter</a></dt>
  815. <dd>
  816. <div class="block">Filters out unknown transformations.</div>
  817. </dd>
  818. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/Controller.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.<a href="../org/deidentifier/arx/gui/Controller.html" title="class in org.deidentifier.arx.gui">Controller</a></dt>
  819. <dd>&nbsp;</dd>
  820. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/def/IView.html#dispose--">dispose()</a></span> - Method in interface org.deidentifier.arx.gui.view.def.<a href="../org/deidentifier/arx/gui/view/def/IView.html" title="interface in org.deidentifier.arx.gui.view.def">IView</a></dt>
  821. <dd>
  822. <div class="block">Disposes the view.</div>
  823. </dd>
  824. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/AbstractMenu.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.<a href="../org/deidentifier/arx/gui/view/impl/AbstractMenu.html" title="class in org.deidentifier.arx.gui.view.impl">AbstractMenu</a></dt>
  825. <dd>&nbsp;</dd>
  826. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ComponentDataTable.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ComponentDataTable.html" title="class in org.deidentifier.arx.gui.view.impl.common">ComponentDataTable</a></dt>
  827. <dd>
  828. <div class="block">Disposes the control.</div>
  829. </dd>
  830. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ComponentHierarchyMenu.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ComponentHierarchyMenu.html" title="class in org.deidentifier.arx.gui.view.impl.common">ComponentHierarchyMenu</a></dt>
  831. <dd>&nbsp;</dd>
  832. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ComponentStatusLabel.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ComponentStatusLabel.html" title="class in org.deidentifier.arx.gui.view.impl.common">ComponentStatusLabel</a></dt>
  833. <dd>&nbsp;</dd>
  834. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ViewData.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ViewData.html" title="class in org.deidentifier.arx.gui.view.impl.common">ViewData</a></dt>
  835. <dd>&nbsp;</dd>
  836. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/LayoutTransformationModel.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/LayoutTransformationModel.html" title="class in org.deidentifier.arx.gui.view.impl.define">LayoutTransformationModel</a></dt>
  837. <dd>&nbsp;</dd>
  838. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeList.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeList.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewAttributeList</a></dt>
  839. <dd>&nbsp;</dd>
  840. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeTransformation.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeTransformation.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewAttributeTransformation</a></dt>
  841. <dd>&nbsp;</dd>
  842. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeWeights.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewAttributeWeights.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewAttributeWeights</a></dt>
  843. <dd>&nbsp;</dd>
  844. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewCodingModel.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewCodingModel.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewCodingModel</a></dt>
  845. <dd>&nbsp;</dd>
  846. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewCostBenefitModel.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewCostBenefitModel.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewCostBenefitModel</a></dt>
  847. <dd>&nbsp;</dd>
  848. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewPopulationModel.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewPopulationModel.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewPopulationModel</a></dt>
  849. <dd>&nbsp;</dd>
  850. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewPrivacyModels.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewPrivacyModels.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewPrivacyModels</a></dt>
  851. <dd>&nbsp;</dd>
  852. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewSubsetDefinition.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewSubsetDefinition.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewSubsetDefinition</a></dt>
  853. <dd>&nbsp;</dd>
  854. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewTransformationSettings.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewTransformationSettings.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewTransformationSettings</a></dt>
  855. <dd>&nbsp;</dd>
  856. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/define/ViewUtilityMeasures.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.define.<a href="../org/deidentifier/arx/gui/view/impl/define/ViewUtilityMeasures.html" title="class in org.deidentifier.arx.gui.view.impl.define">ViewUtilityMeasures</a></dt>
  857. <dd>&nbsp;</dd>
  858. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/Gradient.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/Gradient.html" title="class in org.deidentifier.arx.gui.view.impl.explore">Gradient</a></dt>
  859. <dd>
  860. <div class="block">Dispose all colors</div>
  861. </dd>
  862. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewClipboard.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewClipboard.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewClipboard</a></dt>
  863. <dd>&nbsp;</dd>
  864. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewFilter.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewFilter.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewFilter</a></dt>
  865. <dd>&nbsp;</dd>
  866. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewLattice.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewLattice.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewLattice</a></dt>
  867. <dd>&nbsp;</dd>
  868. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewList.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewList.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewList</a></dt>
  869. <dd>&nbsp;</dd>
  870. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewProperties.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewProperties.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewProperties</a></dt>
  871. <dd>&nbsp;</dd>
  872. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/explore/ViewSolutionSpace.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.explore.<a href="../org/deidentifier/arx/gui/view/impl/explore/ViewSolutionSpace.html" title="class in org.deidentifier.arx.gui.view.impl.explore">ViewSolutionSpace</a></dt>
  873. <dd>&nbsp;</dd>
  874. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/MainMenu.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.<a href="../org/deidentifier/arx/gui/view/impl/MainMenu.html" title="class in org.deidentifier.arx.gui.view.impl">MainMenu</a></dt>
  875. <dd>&nbsp;</dd>
  876. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/MainToolBar.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.<a href="../org/deidentifier/arx/gui/view/impl/MainToolBar.html" title="class in org.deidentifier.arx.gui.view.impl">MainToolBar</a></dt>
  877. <dd>&nbsp;</dd>
  878. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/MainWindow.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.<a href="../org/deidentifier/arx/gui/view/impl/MainWindow.html" title="class in org.deidentifier.arx.gui.view.impl">MainWindow</a></dt>
  879. <dd>&nbsp;</dd>
  880. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/EditorCriterion.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/EditorCriterion.html" title="class in org.deidentifier.arx.gui.view.impl.menu">EditorCriterion</a></dt>
  881. <dd>
  882. <div class="block">Disposes the editor</div>
  883. </dd>
  884. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/risk/LayoutRisksAbstract.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.risk.<a href="../org/deidentifier/arx/gui/view/impl/risk/LayoutRisksAbstract.html" title="class in org.deidentifier.arx.gui.view.impl.risk">LayoutRisksAbstract</a></dt>
  885. <dd>&nbsp;</dd>
  886. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/risk/ViewRisks.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.risk.<a href="../org/deidentifier/arx/gui/view/impl/risk/ViewRisks.html" title="class in org.deidentifier.arx.gui.view.impl.risk">ViewRisks</a></dt>
  887. <dd>&nbsp;</dd>
  888. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/risk/ViewRisksQuasiIdentifiers.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.risk.<a href="../org/deidentifier/arx/gui/view/impl/risk/ViewRisksQuasiIdentifiers.html" title="class in org.deidentifier.arx.gui.view.impl.risk">ViewRisksQuasiIdentifiers</a></dt>
  889. <dd>&nbsp;</dd>
  890. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/LayoutUtilityStatistics.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/LayoutUtilityStatistics.html" title="class in org.deidentifier.arx.gui.view.impl.utility">LayoutUtilityStatistics</a></dt>
  891. <dd>&nbsp;</dd>
  892. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/ViewProperties.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewProperties</a></dt>
  893. <dd>&nbsp;</dd>
  894. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatistics.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatistics.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewStatistics</a></dt>
  895. <dd>&nbsp;</dd>
  896. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatisticsClassificationAttributes.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatisticsClassificationAttributes.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewStatisticsClassificationAttributes</a></dt>
  897. <dd>&nbsp;</dd>
  898. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatisticsClassificationConfiguration.html#dispose--">dispose()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.utility.<a href="../org/deidentifier/arx/gui/view/impl/utility/ViewStatisticsClassificationConfiguration.html" title="class in org.deidentifier.arx.gui.view.impl.utility">ViewStatisticsClassificationConfiguration</a></dt>
  899. <dd>&nbsp;</dd>
  900. <dt><a href="../org/deidentifier/arx/criteria/DistinctLDiversity.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">DistinctLDiversity</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  901. <dd>
  902. <div class="block">The distinct l-diversity privacy criterion.</div>
  903. </dd>
  904. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/DistinctLDiversity.html#DistinctLDiversity-java.lang.String-int-">DistinctLDiversity(String, int)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/DistinctLDiversity.html" title="class in org.deidentifier.arx.criteria">DistinctLDiversity</a></dt>
  905. <dd>
  906. <div class="block">Creates a new instance of the distinct l-diversity privacy criterion as proposed in
  907. Machanavajjhala A, Kifer D, Gehrke J.</div>
  908. </dd>
  909. <dt><a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">Distribution</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  910. <dd>
  911. <div class="block">This class can be utilized to track the distributions of values.</div>
  912. </dd>
  913. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html#Distribution--">Distribution()</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html" title="class in org.deidentifier.arx.framework.check.distribution">Distribution</a></dt>
  914. <dd>
  915. <div class="block">Default constructor.</div>
  916. </dd>
  917. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html#Distribution-int:A-int:A-">Distribution(int[], int[])</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html" title="class in org.deidentifier.arx.framework.check.distribution">Distribution</a></dt>
  918. <dd>
  919. <div class="block">Constructor used to create frequency set from a history entry.</div>
  920. </dd>
  921. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/MetaHashGroupifyEntry.html#distribution">distribution</a></span> - Variable in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/MetaHashGroupifyEntry.html" title="class in org.deidentifier.arx.framework.check.groupify">MetaHashGroupifyEntry</a></dt>
  922. <dd>
  923. <div class="block">Frequency set for the value to analyze *.</div>
  924. </dd>
  925. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  926. <dd>
  927. <div class="block">This abstract class represents a function that aggregates values from a frequency distribution</div>
  928. </dd>
  929. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html#DistributionAggregateFunction-boolean-boolean-">DistributionAggregateFunction(boolean, boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction</a></dt>
  930. <dd>
  931. <div class="block">Instantiates a new function.</div>
  932. </dd>
  933. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  934. <dd>
  935. <div class="block">This class calculates the arithmetic mean for a given distribution.</div>
  936. </dd>
  937. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  938. <dd>
  939. <div class="block">This class calculates the geometric mean for a given distribution.</div>
  940. </dd>
  941. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionInterval.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction.DistributionAggregateFunctionInterval</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  942. <dd>
  943. <div class="block">This class calculates the mode for a given distribution.</div>
  944. </dd>
  945. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMedian.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction.DistributionAggregateFunctionMedian</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  946. <dd>
  947. <div class="block">This class calculates the median for a given distribution.</div>
  948. </dd>
  949. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMode.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionAggregateFunction.DistributionAggregateFunctionMode</span></a> - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  950. <dd>
  951. <div class="block">This class calculates the mode for a given distribution.</div>
  952. </dd>
  953. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean.html#DistributionAggregateFunctionArithmeticMean-boolean-">DistributionAggregateFunctionArithmeticMean(boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean</a></dt>
  954. <dd>
  955. <div class="block">Instantiates.</div>
  956. </dd>
  957. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean.html#DistributionAggregateFunctionGeometricMean-boolean-">DistributionAggregateFunctionGeometricMean(boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean</a></dt>
  958. <dd>
  959. <div class="block">Instantiates.</div>
  960. </dd>
  961. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionInterval.html#DistributionAggregateFunctionInterval-boolean-">DistributionAggregateFunctionInterval(boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionInterval.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction.DistributionAggregateFunctionInterval</a></dt>
  962. <dd>
  963. <div class="block">Instantiates.</div>
  964. </dd>
  965. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMedian.html#DistributionAggregateFunctionMedian-boolean-">DistributionAggregateFunctionMedian(boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMedian.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction.DistributionAggregateFunctionMedian</a></dt>
  966. <dd>
  967. <div class="block">Instantiates.</div>
  968. </dd>
  969. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMode.html#DistributionAggregateFunctionMode-boolean-">DistributionAggregateFunctionMode(boolean)</a></span> - Constructor for class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.DistributionAggregateFunctionMode.html" title="class in org.deidentifier.arx.framework.check.distribution">DistributionAggregateFunction.DistributionAggregateFunctionMode</a></dt>
  970. <dd>
  971. <div class="block">Instantiates.</div>
  972. </dd>
  973. <dt><a href="../org/deidentifier/arx/framework/check/distribution/DistributionIterator.html" title="class in org.deidentifier.arx.framework.check.distribution"><span class="typeNameLink">DistributionIterator</span></a>&lt;<a href="../org/deidentifier/arx/framework/check/distribution/DistributionIterator.html" title="type parameter in DistributionIterator">T</a>&gt; - Class in <a href="../org/deidentifier/arx/framework/check/distribution/package-summary.html">org.deidentifier.arx.framework.check.distribution</a></dt>
  974. <dd>
  975. <div class="block">An iterator over values of a distribution</div>
  976. </dd>
  977. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupifyEntry.html#distributions">distributions</a></span> - Variable in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupifyEntry.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupifyEntry</a></dt>
  978. <dd>
  979. <div class="block">Frequency set for other attributes *.</div>
  980. </dd>
  981. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#div-org.deidentifier.arx.reliability.IntervalDouble-org.deidentifier.arx.reliability.IntervalDouble-">div(IntervalDouble, IntervalDouble)</a></span> - Method in class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html" title="class in org.deidentifier.arx.reliability">IntervalArithmeticDouble</a></dt>
  982. <dd>
  983. <div class="block">Division</div>
  984. </dd>
  985. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDate.html#divide-java.util.Date-java.util.Date-">divide(Date, Date)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">DataType.ARXDate</a></dt>
  986. <dd>&nbsp;</dd>
  987. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDate.html#divide-java.lang.String-java.lang.String-">divide(String, String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">DataType.ARXDate</a></dt>
  988. <dd>&nbsp;</dd>
  989. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDecimal.html#divide-java.lang.Double-java.lang.Double-">divide(Double, Double)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx">DataType.ARXDecimal</a></dt>
  990. <dd>&nbsp;</dd>
  991. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDecimal.html#divide-java.lang.String-java.lang.String-">divide(String, String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx">DataType.ARXDecimal</a></dt>
  992. <dd>&nbsp;</dd>
  993. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXInteger.html#divide-java.lang.Long-java.lang.Long-">divide(Long, Long)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx">DataType.ARXInteger</a></dt>
  994. <dd>&nbsp;</dd>
  995. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXInteger.html#divide-java.lang.String-java.lang.String-">divide(String, String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx">DataType.ARXInteger</a></dt>
  996. <dd>&nbsp;</dd>
  997. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html#divide-java.lang.String-java.lang.String-">divide(String, String)</a></span> - Method in interface org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithRatioScale</a></dt>
  998. <dd>
  999. <div class="block">Divide</div>
  1000. </dd>
  1001. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html#divide-T-T-">divide(T, T)</a></span> - Method in interface org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithRatioScale</a></dt>
  1002. <dd>
  1003. <div class="block">Divide</div>
  1004. </dd>
  1005. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableViewportLayer.html#doCommand-org.eclipse.nebula.widgets.nattable.command.ILayerCommand-">doCommand(ILayerCommand)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableViewportLayer.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableViewportLayer</a></dt>
  1006. <dd>&nbsp;</dd>
  1007. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/LayerColumnFillLayout.html#doCommand-org.eclipse.nebula.widgets.nattable.command.ILayerCommand-">doCommand(ILayerCommand)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/LayerColumnFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">LayerColumnFillLayout</a></dt>
  1008. <dd>&nbsp;</dd>
  1009. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/LayerViewport.html#doCommand-org.eclipse.nebula.widgets.nattable.command.ILayerCommand-">doCommand(ILayerCommand)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/LayerViewport.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">LayerViewport</a></dt>
  1010. <dd>&nbsp;</dd>
  1011. <dt><a href="../org/deidentifier/arx/metric/v2/DomainShare.html" title="interface in org.deidentifier.arx.metric.v2"><span class="typeNameLink">DomainShare</span></a> - Interface in <a href="../org/deidentifier/arx/metric/v2/package-summary.html">org.deidentifier.arx.metric.v2</a></dt>
  1012. <dd>
  1013. <div class="block">Base interface for domain shares.</div>
  1014. </dd>
  1015. <dt><a href="../org/deidentifier/arx/metric/v2/DomainShareInterval.html" title="class in org.deidentifier.arx.metric.v2"><span class="typeNameLink">DomainShareInterval</span></a>&lt;<a href="../org/deidentifier/arx/metric/v2/DomainShareInterval.html" title="type parameter in DomainShareInterval">T</a>&gt; - Class in <a href="../org/deidentifier/arx/metric/v2/package-summary.html">org.deidentifier.arx.metric.v2</a></dt>
  1016. <dd>
  1017. <div class="block">This class represents a set of domain shares for an attribute.</div>
  1018. </dd>
  1019. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/metric/v2/DomainShareInterval.html#DomainShareInterval-org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased-int:A:A-java.lang.String:A-">DomainShareInterval(HierarchyBuilderIntervalBased&lt;T&gt;, int[][], String[])</a></span> - Constructor for class org.deidentifier.arx.metric.v2.<a href="../org/deidentifier/arx/metric/v2/DomainShareInterval.html" title="class in org.deidentifier.arx.metric.v2">DomainShareInterval</a></dt>
  1020. <dd>
  1021. <div class="block">Creates a new set of domain shares derived from the given functional interval-based hierarchy.</div>
  1022. </dd>
  1023. <dt><a href="../org/deidentifier/arx/metric/v2/DomainShareMaterialized.html" title="class in org.deidentifier.arx.metric.v2"><span class="typeNameLink">DomainShareMaterialized</span></a> - Class in <a href="../org/deidentifier/arx/metric/v2/package-summary.html">org.deidentifier.arx.metric.v2</a></dt>
  1024. <dd>
  1025. <div class="block">This class represents a set of domain shares for an attribute.</div>
  1026. </dd>
  1027. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/metric/v2/DomainShareMaterialized.html#DomainShareMaterialized-java.lang.String:A:A-java.lang.String:A-int:A:A-">DomainShareMaterialized(String[][], String[], int[][])</a></span> - Constructor for class org.deidentifier.arx.metric.v2.<a href="../org/deidentifier/arx/metric/v2/DomainShareMaterialized.html" title="class in org.deidentifier.arx.metric.v2">DomainShareMaterialized</a></dt>
  1028. <dd>
  1029. <div class="block">Creates a new set of domain shares derived from the given attribute.</div>
  1030. </dd>
  1031. <dt><a href="../org/deidentifier/arx/metric/v2/DomainShareRedaction.html" title="class in org.deidentifier.arx.metric.v2"><span class="typeNameLink">DomainShareRedaction</span></a> - Class in <a href="../org/deidentifier/arx/metric/v2/package-summary.html">org.deidentifier.arx.metric.v2</a></dt>
  1032. <dd>
  1033. <div class="block">This class represents a set of domain shares for an attribute.</div>
  1034. </dd>
  1035. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/metric/v2/DomainShareRedaction.html#DomainShareRedaction-org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased-">DomainShareRedaction(HierarchyBuilderRedactionBased&lt;?&gt;)</a></span> - Constructor for class org.deidentifier.arx.metric.v2.<a href="../org/deidentifier/arx/metric/v2/DomainShareRedaction.html" title="class in org.deidentifier.arx.metric.v2">DomainShareRedaction</a></dt>
  1036. <dd>
  1037. <div class="block">Creates a new set of domain shares derived from the given functional redaction-based hierarchy.</div>
  1038. </dd>
  1039. <dt><a href="../org/deidentifier/arx/metric/v2/DomainShareReliable.html" title="class in org.deidentifier.arx.metric.v2"><span class="typeNameLink">DomainShareReliable</span></a> - Class in <a href="../org/deidentifier/arx/metric/v2/package-summary.html">org.deidentifier.arx.metric.v2</a></dt>
  1040. <dd>
  1041. <div class="block">This class represents a reliable set of domain shares for an attribute.</div>
  1042. </dd>
  1043. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/metric/v2/DomainShareReliable.html#DomainShareReliable-java.lang.String:A:A-java.lang.String:A-int:A:A-">DomainShareReliable(String[][], String[], int[][])</a></span> - Constructor for class org.deidentifier.arx.metric.v2.<a href="../org/deidentifier/arx/metric/v2/DomainShareReliable.html" title="class in org.deidentifier.arx.metric.v2">DomainShareReliable</a></dt>
  1044. <dd>
  1045. <div class="block">Creates a new set of domain shares derived from the given attribute.</div>
  1046. </dd>
  1047. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/TestSorting.html#doSortingTest--">doSortingTest()</a></span> - Method in class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/TestSorting.html" title="class in org.deidentifier.arx.test">TestSorting</a></dt>
  1048. <dd>
  1049. <div class="block">Entry point.</div>
  1050. </dd>
  1051. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/SWTUtil.html#doubleToSlider-double-double-double-">doubleToSlider(double, double, double)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="../org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
  1052. <dd>
  1053. <div class="block">Converts the double value to a slider selection.</div>
  1054. </dd>
  1055. <dt><a href="../org/deidentifier/arx/criteria/DPresence.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">DPresence</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  1056. <dd>
  1057. <div class="block">The d-presence criterion
  1058. Published in:
  1059. Nergiz M, Atzori M, Clifton C.</div>
  1060. </dd>
  1061. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/DPresence.html#DPresence-double-double-org.deidentifier.arx.DataSubset-">DPresence(double, double, DataSubset)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/DPresence.html" title="class in org.deidentifier.arx.criteria">DPresence</a></dt>
  1062. <dd>
  1063. <div class="block">Creates a new instance of the d-presence criterion as proposed in:
  1064. Nergiz M, Atzori M, Clifton C.</div>
  1065. </dd>
  1066. </dl>
  1067. <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">W</a>&nbsp;<a href="index-23.html">X</a>&nbsp;<a href="index-24.html">Z</a>&nbsp;<a href="index-25.html">_</a>&nbsp;</div>
  1068. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  1069. <div class="bottomNav"><a name="navbar.bottom">
  1070. <!-- -->
  1071. </a>
  1072. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  1073. <a name="navbar.bottom.firstrow">
  1074. <!-- -->
  1075. </a>
  1076. <ul class="navList" title="Navigation">
  1077. <li><a href="../overview-summary.html">Overview</a></li>
  1078. <li>Package</li>
  1079. <li>Class</li>
  1080. <li>Use</li>
  1081. <li><a href="../overview-tree.html">Tree</a></li>
  1082. <li><a href="../deprecated-list.html">Deprecated</a></li>
  1083. <li class="navBarCell1Rev">Index</li>
  1084. <li><a href="../help-doc.html">Help</a></li>
  1085. </ul>
  1086. </div>
  1087. <div class="subNav">
  1088. <ul class="navList">
  1089. <li><a href="index-3.html">Prev Letter</a></li>
  1090. <li><a href="index-5.html">Next Letter</a></li>
  1091. </ul>
  1092. <ul class="navList">
  1093. <li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
  1094. <li><a href="index-4.html" target="_top">No&nbsp;Frames</a></li>
  1095. </ul>
  1096. <ul class="navList" id="allclasses_navbar_bottom">
  1097. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  1098. </ul>
  1099. <div>
  1100. <script type="text/javascript"><!--
  1101. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  1102. if(window==top) {
  1103. allClassesLink.style.display = "block";
  1104. }
  1105. else {
  1106. allClassesLink.style.display = "none";
  1107. }
  1108. //-->
  1109. </script>
  1110. </div>
  1111. <a name="skip.navbar.bottom">
  1112. <!-- -->
  1113. </a></div>
  1114. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1115. </body>
  1116. </html>