index-15.html 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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:02 CET 2019 -->
  6. <title>P-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="P-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-14.html">Prev Letter</a></li>
  47. <li><a href="index-16.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
  51. <li><a href="index-15.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:P">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">P</h2>
  76. <dl>
  77. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html#pack--">pack()</a></span> - Method in 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>
  78. <dd>
  79. <div class="block">Packs the frequency table; removes null values and generates
  80. sortedElements and sortedFrequency arrays.</div>
  81. </dd>
  82. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ComponentMultiStack.html#pack--">pack()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ComponentMultiStack.html" title="class in org.deidentifier.arx.gui.view.impl.common">ComponentMultiStack</a></dt>
  83. <dd>
  84. <div class="block">Collect information about children</div>
  85. </dd>
  86. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#PAGE_SIZE">PAGE_SIZE</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
  87. <dd>
  88. <div class="block">Enable pagination</div>
  89. </dd>
  90. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableColumnLayout</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>
  91. <dd>
  92. <div class="block">Column layout for pageable tables</div>
  93. </dd>
  94. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html#PageableTableColumnLayout-org.eclipse.nebula.widgets.pagination.table.PageableTable-boolean-boolean-">PageableTableColumnLayout(PageableTable, boolean, boolean)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableColumnLayout</a></dt>
  95. <dd>
  96. <div class="block">Creates a new instance</div>
  97. </dd>
  98. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableNavigator</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>
  99. <dd>
  100. <div class="block">Adapted from the Nebula source.</div>
  101. </dd>
  102. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#PageableTableNavigator-org.eclipse.swt.widgets.Composite-int-org.eclipse.nebula.widgets.pagination.PageableController-">PageableTableNavigator(Composite, int, PageableController)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
  103. <dd>
  104. <div class="block">Creates a new instance</div>
  105. </dd>
  106. <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableNavigatorFactory</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>
  107. <dd>
  108. <div class="block">Adapted from the Nebula source.</div>
  109. </dd>
  110. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html#PageableTableNavigatorFactory--">PageableTableNavigatorFactory()</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigatorFactory</a></dt>
  111. <dd>&nbsp;</dd>
  112. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#pageIndexChanged-int-int-org.eclipse.nebula.widgets.pagination.PageableController-">pageIndexChanged(int, int, PageableController)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
  113. <dd>&nbsp;</dd>
  114. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#pageSizeChanged-int-int-org.eclipse.nebula.widgets.pagination.PageableController-">pageSizeChanged(int, int, PageableController)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
  115. <dd>&nbsp;</dd>
  116. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in 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>
  117. <dd>&nbsp;</dd>
  118. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in 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>
  119. <dd>&nbsp;</dd>
  120. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in 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>
  121. <dd>&nbsp;</dd>
  122. <dt><a href="../org/deidentifier/arx/dp/ParameterCalculation.html" title="class in org.deidentifier.arx.dp"><span class="typeNameLink">ParameterCalculation</span></a> - Class in <a href="../org/deidentifier/arx/dp/package-summary.html">org.deidentifier.arx.dp</a></dt>
  123. <dd>
  124. <div class="block">Implements the parameter calculation for differential privacy as proposed in:
  125. Bild R, Kuhn KA, Prasser F.</div>
  126. </dd>
  127. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/dp/ParameterCalculation.html#ParameterCalculation-double-double-">ParameterCalculation(double, double)</a></span> - Constructor for class org.deidentifier.arx.dp.<a href="../org/deidentifier/arx/dp/ParameterCalculation.html" title="class in org.deidentifier.arx.dp">ParameterCalculation</a></dt>
  128. <dd>
  129. <div class="block">Constructor</div>
  130. </dd>
  131. <dt><a href="../org/deidentifier/arx/reliability/ParameterTranslation.html" title="class in org.deidentifier.arx.reliability"><span class="typeNameLink">ParameterTranslation</span></a> - Class in <a href="../org/deidentifier/arx/reliability/package-summary.html">org.deidentifier.arx.reliability</a></dt>
  132. <dd>
  133. <div class="block">Class supporting parameter calculations and translations.</div>
  134. </dd>
  135. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/ParameterTranslation.html#ParameterTranslation--">ParameterTranslation()</a></span> - Constructor for class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/ParameterTranslation.html" title="class in org.deidentifier.arx.reliability">ParameterTranslation</a></dt>
  136. <dd>&nbsp;</dd>
  137. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration&lt;?&gt;)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
  138. <dd>&nbsp;</dd>
  139. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration&lt;?&gt;)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a></dt>
  140. <dd>&nbsp;</dd>
  141. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration&lt;?&gt;)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
  142. <dd>&nbsp;</dd>
  143. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration&lt;?&gt;)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
  144. <dd>
  145. <div class="block">Parses another configuration</div>
  146. </dd>
  147. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDate.html#parse-java.lang.String-">parse(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>
  148. <dd>&nbsp;</dd>
  149. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDecimal.html#parse-java.lang.String-">parse(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>
  150. <dd>&nbsp;</dd>
  151. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXInteger.html#parse-java.lang.String-">parse(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>
  152. <dd>&nbsp;</dd>
  153. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXOrderedString.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXOrderedString.html" title="class in org.deidentifier.arx">DataType.ARXOrderedString</a></dt>
  154. <dd>&nbsp;</dd>
  155. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXString.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXString.html" title="class in org.deidentifier.arx">DataType.ARXString</a></dt>
  156. <dd>&nbsp;</dd>
  157. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html#parse-java.lang.String-">parse(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>
  158. <dd>
  159. <div class="block">Parse</div>
  160. </dd>
  161. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a></dt>
  162. <dd>
  163. <div class="block">Converts a string into a value.</div>
  164. </dd>
  165. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelBLikenessCriterion</a></dt>
  166. <dd>&nbsp;</dd>
  167. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelCriterion</a></dt>
  168. <dd>
  169. <div class="block">Parse</div>
  170. </dd>
  171. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDDisclosurePrivacyCriterion</a></dt>
  172. <dd>&nbsp;</dd>
  173. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDifferentialPrivacyCriterion</a></dt>
  174. <dd>&nbsp;</dd>
  175. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDPresenceCriterion</a></dt>
  176. <dd>&nbsp;</dd>
  177. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKAnonymityCriterion</a></dt>
  178. <dd>&nbsp;</dd>
  179. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelKMapCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelKMapCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKMapCriterion</a></dt>
  180. <dd>&nbsp;</dd>
  181. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelLDiversityCriterion</a></dt>
  182. <dd>&nbsp;</dd>
  183. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelProfitabilityCriterion</a></dt>
  184. <dd>&nbsp;</dd>
  185. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelRiskBasedCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelRiskBasedCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelRiskBasedCriterion</a></dt>
  186. <dd>&nbsp;</dd>
  187. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelTClosenessCriterion</a></dt>
  188. <dd>&nbsp;</dd>
  189. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModel.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModel.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModel</a></dt>
  190. <dd>
  191. <div class="block">Updates the model with a new specification.</div>
  192. </dd>
  193. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelAbstract</a></dt>
  194. <dd>
  195. <div class="block">Parses a builder and updates the model accordingly.</div>
  196. </dd>
  197. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelDate.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;Date&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelDate.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelDate</a></dt>
  198. <dd>&nbsp;</dd>
  199. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased-">parse(HierarchyBuilderIntervalBased&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelGrouping</a></dt>
  200. <dd>
  201. <div class="block">Parses an interval-based spec.</div>
  202. </dd>
  203. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased-">parse(HierarchyBuilderOrderBased&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelGrouping</a></dt>
  204. <dd>
  205. <div class="block">Parses an order-based spec.</div>
  206. </dd>
  207. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelIntervals</a></dt>
  208. <dd>&nbsp;</dd>
  209. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelOrder.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelOrder.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelOrder</a></dt>
  210. <dd>&nbsp;</dd>
  211. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelRedaction.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder&lt;T&gt;)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelRedaction.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelRedaction</a></dt>
  212. <dd>&nbsp;</dd>
  213. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/EditorCriterion.html#parseDefault-org.deidentifier.arx.gui.model.ModelCriterion-">parseDefault(ModelCriterion)</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>
  214. <dd>
  215. <div class="block">Parse method</div>
  216. </dd>
  217. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelEvent.html#part">part</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>
  218. <dd>
  219. <div class="block">The part of the model that has changed.</div>
  220. </dd>
  221. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/worker/io/XMLHandler.html#payload">payload</a></span> - Variable in class org.deidentifier.arx.gui.worker.io.<a href="../org/deidentifier/arx/gui/worker/io/XMLHandler.html" title="class in org.deidentifier.arx.gui.worker.io">XMLHandler</a></dt>
  222. <dd>
  223. <div class="block">The payload</div>
  224. </dd>
  225. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupifyEntry.html#pcount">pcount</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>
  226. <dd>
  227. <div class="block">The number of elements in this class.</div>
  228. </dd>
  229. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html#performCancel--">performCancel()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizard</a></dt>
  230. <dd>
  231. <div class="block">Cancel pressed.</div>
  232. </dd>
  233. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ARXWizard.html#performFinish--">performFinish()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ARXWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ARXWizard</a></dt>
  234. <dd>&nbsp;</dd>
  235. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html#performFinish--">performFinish()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizard</a></dt>
  236. <dd>
  237. <div class="block">Gets executed once the wizard is about to finish
  238. This will build an appropriate <a href="../org/deidentifier/arx/io/ImportConfiguration.html" title="class in org.deidentifier.arx.io"><code>ImportConfiguration</code></a> object, depending
  239. upon the <a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html#getSourceType--"><code>source type</code></a> and the
  240. choices the user made during the process of the wizard.</div>
  241. </dd>
  242. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html#performMicroaggregation-org.deidentifier.arx.framework.data.DataAggregationInformation-org.deidentifier.arx.framework.data.Dictionary-">performMicroaggregation(DataAggregationInformation, Dictionary)</a></span> - Method in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupify</a></dt>
  243. <dd>
  244. <div class="block">Returns a data object with microaggregation performed</div>
  245. </dd>
  246. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html#performSuppression--">performSuppression()</a></span> - Method in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupify</a></dt>
  247. <dd>
  248. <div class="block">Suppresses all records in the output dataset which <br>
  249. (a) do not satisfy privacy requirements, or <br>
  250. (b) are not included in the research subset</div>
  251. </dd>
  252. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#PI">PI</a></span> - Variable in class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html" title="class in org.deidentifier.arx.reliability">IntervalArithmeticDouble</a></dt>
  253. <dd>
  254. <div class="block">Interval containing pi</div>
  255. </dd>
  256. <dt><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">PopulationUniqueness</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  257. <dd>
  258. <div class="block">This criterion ensures that the population uniqueness falls below a given threshold.</div>
  259. </dd>
  260. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.ARXPopulationModel-">PopulationUniqueness(double, ARXPopulationModel)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
  261. <dd>
  262. <div class="block">Creates a new instance of this criterion.</div>
  263. </dd>
  264. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.ARXPopulationModel-org.deidentifier.arx.ARXSolverConfiguration-">PopulationUniqueness(double, ARXPopulationModel, ARXSolverConfiguration)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
  265. <dd>
  266. <div class="block">Creates a new instance of this criterion.</div>
  267. </dd>
  268. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModel-org.deidentifier.arx.ARXPopulationModel-">PopulationUniqueness(double, RiskModelPopulationUniqueness.PopulationUniquenessModel, ARXPopulationModel)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
  269. <dd>
  270. <div class="block">Creates a new instance of this criterion.</div>
  271. </dd>
  272. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModel-org.deidentifier.arx.ARXPopulationModel-org.deidentifier.arx.ARXSolverConfiguration-">PopulationUniqueness(double, RiskModelPopulationUniqueness.PopulationUniquenessModel, ARXPopulationModel, ARXSolverConfiguration)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
  273. <dd>
  274. <div class="block">Creates a new instance of this criterion.</div>
  275. </dd>
  276. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#pow-org.deidentifier.arx.reliability.IntervalDouble-int-">pow(IntervalDouble, int)</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>
  277. <dd>
  278. <div class="block">Pow</div>
  279. </dd>
  280. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html#practical">practical</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>
  281. <dd>
  282. <div class="block">Random test variable</div>
  283. </dd>
  284. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilder</a></dt>
  285. <dd>
  286. <div class="block">Prepares the builder.</div>
  287. </dd>
  288. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderDate</a></dt>
  289. <dd>
  290. <div class="block">Prepares the builder.</div>
  291. </dd>
  292. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a></dt>
  293. <dd>
  294. <div class="block">Prepares the builder.</div>
  295. </dd>
  296. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderRedactionBased</a></dt>
  297. <dd>
  298. <div class="block">Prepares the builder.</div>
  299. </dd>
  300. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXSolverConfiguration.html#preparedStartValues-double:A:A-">preparedStartValues(double[][])</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a></dt>
  301. <dd>&nbsp;</dd>
  302. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorLayout.html#PRETTY_THRESHOLD">PRETTY_THRESHOLD</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorLayout.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardEditorLayout</a></dt>
  303. <dd>
  304. <div class="block">Constant.</div>
  305. </dd>
  306. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/history/MRUCacheEntry.html#prev">prev</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>
  307. <dd>
  308. <div class="block">The prev.</div>
  309. </dd>
  310. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html#PREVIEW_MAX_LINES">PREVIEW_MAX_LINES</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>
  311. <dd>
  312. <div class="block">Maximum number of lines to be loaded for preview purposes.</div>
  313. </dd>
  314. <dt><a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">PrivacyCriterion</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  315. <dd>
  316. <div class="block">An abstract base class for privacy criteria.</div>
  317. </dd>
  318. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html#PrivacyCriterion-boolean-boolean-">PrivacyCriterion(boolean, boolean)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a></dt>
  319. <dd>
  320. <div class="block">Instantiates a new criterion.</div>
  321. </dd>
  322. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformationResult.html#privacyModelFulfilled">privacyModelFulfilled</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformationResult.html" title="class in org.deidentifier.arx.framework.check">TransformationResult</a></dt>
  323. <dd>
  324. <div class="block">Overall anonymity.</div>
  325. </dd>
  326. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionary.html#probe-int:A-">probe(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>
  327. <dd>
  328. <div class="block">Probes the dictionary and either inserts a new entry index or returns the
  329. corresponding entry index.</div>
  330. </dd>
  331. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/Dictionary.html#probe-int-java.lang.String-">probe(int, String)</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>
  332. <dd>
  333. <div class="block">Returns the registered value if present, null otherwise.</div>
  334. </dd>
  335. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXAnonymizer.html#PRODUCTION_RELEASE">PRODUCTION_RELEASE</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXAnonymizer.html" title="class in org.deidentifier.arx">ARXAnonymizer</a></dt>
  336. <dd>
  337. <div class="block">Is this a production release?</div>
  338. </dd>
  339. <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityJournalist</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  340. <dd>
  341. <div class="block">Privacy model for the game theoretic approach proposed in:
  342. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  343. </dd>
  344. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html#ProfitabilityJournalist-org.deidentifier.arx.DataSubset-">ProfitabilityJournalist(DataSubset)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html" title="class in org.deidentifier.arx.criteria">ProfitabilityJournalist</a></dt>
  345. <dd>
  346. <div class="block">Creates a new instance of game theoretic approach proposed in:
  347. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  348. </dd>
  349. <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityJournalistNoAttack</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  350. <dd>
  351. <div class="block">Privacy model for the "no-attack" variant of the game theoretic approach proposed in:
  352. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  353. </dd>
  354. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html#ProfitabilityJournalistNoAttack-org.deidentifier.arx.DataSubset-">ProfitabilityJournalistNoAttack(DataSubset)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html" title="class in org.deidentifier.arx.criteria">ProfitabilityJournalistNoAttack</a></dt>
  355. <dd>
  356. <div class="block">Creates a new instance</div>
  357. </dd>
  358. <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityProsecutor</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  359. <dd>
  360. <div class="block">Privacy model for the game theoretic approach proposed in:
  361. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  362. </dd>
  363. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html#ProfitabilityProsecutor--">ProfitabilityProsecutor()</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutor</a></dt>
  364. <dd>
  365. <div class="block">Creates a new instance of game theoretic approach proposed in:
  366. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  367. </dd>
  368. <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityProsecutorNoAttack</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
  369. <dd>
  370. <div class="block">Privacy model for the "no-attack" variant of the game theoretic approach proposed in:
  371. A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
  372. </dd>
  373. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html#ProfitabilityProsecutorNoAttack--">ProfitabilityProsecutorNoAttack()</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutorNoAttack</a></dt>
  374. <dd>
  375. <div class="block">Creates a new instance</div>
  376. </dd>
  377. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXListener.html#progress-double-">progress(double)</a></span> - Method in interface org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXListener.html" title="interface in org.deidentifier.arx">ARXListener</a></dt>
  378. <dd>
  379. <div class="block">Reports a progress value in [0, 1]</div>
  380. </dd>
  381. <dt><a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html" title="class in org.deidentifier.arx.gui.worker"><span class="typeNameLink">ProgressAnalysis</span></a> - Class in <a href="../org/deidentifier/arx/gui/worker/package-summary.html">org.deidentifier.arx.gui.worker</a></dt>
  382. <dd>
  383. <div class="block">Simple progress analysis using moving averages</div>
  384. </dd>
  385. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html#ProgressAnalysis--">ProgressAnalysis()</a></span> - Constructor for class org.deidentifier.arx.gui.worker.<a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html" title="class in org.deidentifier.arx.gui.worker">ProgressAnalysis</a></dt>
  386. <dd>&nbsp;</dd>
  387. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformationCheckerStateMachine.Transition.html#projection">projection</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformationCheckerStateMachine.Transition.html" title="class in org.deidentifier.arx.framework.check">TransformationCheckerStateMachine.Transition</a></dt>
  388. <dd>
  389. <div class="block">Which columns can be projected away?.</div>
  390. </dd>
  391. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformedData.html#properties">properties</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformedData.html" title="class in org.deidentifier.arx.framework.check">TransformedData</a></dt>
  392. <dd>
  393. <div class="block">The properties</div>
  394. </dd>
  395. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataScale.html#provides-org.deidentifier.arx.DataScale-">provides(DataScale)</a></span> - Method in enum org.deidentifier.arx.<a href="../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a></dt>
  396. <dd>
  397. <div class="block">Returns whether this scale provides at least the properties of the given scale.</div>
  398. </dd>
  399. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/EntropyLDiversity.EntropyEstimator.html#psi-int-">psi(int)</a></span> - Method in enum org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/EntropyLDiversity.EntropyEstimator.html" title="enum in org.deidentifier.arx.criteria">EntropyLDiversity.EntropyEstimator</a></dt>
  400. <dd>
  401. <div class="block">The logarithm substitute of the current estimator
  402. The difference in estimating the entropy by the naive Shannon or Grassberger
  403. estimator is actually using log or G for \psi in the entropy formula
  404. $H = \psi(N) - 1/N \sum n \psi(n)$
  405. where N is the size of the set and the sum goes over all values of the
  406. sensitive attribute, n is the count of the current sensitive attribute</div>
  407. </dd>
  408. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelBLikenessCriterion</a></dt>
  409. <dd>&nbsp;</dd>
  410. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDDisclosurePrivacyCriterion</a></dt>
  411. <dd>&nbsp;</dd>
  412. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelExplicitCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a></dt>
  413. <dd>
  414. <div class="block">Implement this, to update data.</div>
  415. </dd>
  416. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelLDiversityCriterion</a></dt>
  417. <dd>&nbsp;</dd>
  418. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelTClosenessCriterion</a></dt>
  419. <dd>&nbsp;</dd>
  420. <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/common/FastIntDoubleMap.html#put-int-double-">put(int, double)</a></span> - Method in class org.deidentifier.arx.common.<a href="../org/deidentifier/arx/common/FastIntDoubleMap.html" title="class in org.deidentifier.arx.common">FastIntDoubleMap</a></dt>
  421. <dd>
  422. <div class="block">Puts a value into this map</div>
  423. </dd>
  424. </dl>
  425. <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>
  426. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  427. <div class="bottomNav"><a name="navbar.bottom">
  428. <!-- -->
  429. </a>
  430. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  431. <a name="navbar.bottom.firstrow">
  432. <!-- -->
  433. </a>
  434. <ul class="navList" title="Navigation">
  435. <li><a href="../overview-summary.html">Overview</a></li>
  436. <li>Package</li>
  437. <li>Class</li>
  438. <li>Use</li>
  439. <li><a href="../overview-tree.html">Tree</a></li>
  440. <li><a href="../deprecated-list.html">Deprecated</a></li>
  441. <li class="navBarCell1Rev">Index</li>
  442. <li><a href="../help-doc.html">Help</a></li>
  443. </ul>
  444. </div>
  445. <div class="subNav">
  446. <ul class="navList">
  447. <li><a href="index-14.html">Prev Letter</a></li>
  448. <li><a href="index-16.html">Next Letter</a></li>
  449. </ul>
  450. <ul class="navList">
  451. <li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
  452. <li><a href="index-15.html" target="_top">No&nbsp;Frames</a></li>
  453. </ul>
  454. <ul class="navList" id="allclasses_navbar_bottom">
  455. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  456. </ul>
  457. <div>
  458. <script type="text/javascript"><!--
  459. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  460. if(window==top) {
  461. allClassesLink.style.display = "block";
  462. }
  463. else {
  464. allClassesLink.style.display = "none";
  465. }
  466. //-->
  467. </script>
  468. </div>
  469. <a name="skip.navbar.bottom">
  470. <!-- -->
  471. </a></div>
  472. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  473. </body>
  474. </html>