123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="de">
- <head>
- <!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:11:01 CET 2019 -->
- <title>B-Index</title>
- <meta name="date" content="2019-11-17">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="B-Index";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-1.html">Prev Letter</a></li>
- <li><a href="index-3.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
- <li><a href="index-2.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Z</a> <a href="index-25.html">_</a> <a name="I:B">
- <!-- -->
- </a>
- <h2 class="title">B</h2>
- <dl>
- <dt><a href="../org/deidentifier/arx/gui/worker/io/BackwardsCompatibleObjectInputStream.html" title="class in org.deidentifier.arx.gui.worker.io"><span class="typeNameLink">BackwardsCompatibleObjectInputStream</span></a> - Class in <a href="../org/deidentifier/arx/gui/worker/io/package-summary.html">org.deidentifier.arx.gui.worker.io</a></dt>
- <dd>
- <div class="block">This class handles compatibility issues with object deserialization</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/worker/io/BackwardsCompatibleObjectInputStream.html#BackwardsCompatibleObjectInputStream-java.io.InputStream-">BackwardsCompatibleObjectInputStream(InputStream)</a></span> - Constructor for class org.deidentifier.arx.gui.worker.io.<a href="../org/deidentifier/arx/gui/worker/io/BackwardsCompatibleObjectInputStream.html" title="class in org.deidentifier.arx.gui.worker.io">BackwardsCompatibleObjectInputStream</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/BasicBLikeness.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">BasicBLikeness</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">Basic-beta-Likeness:<br>
- <br>
- Jianneng Cao, Panagiotis Karras:<br>
- Publishing Microdata with a Robust Privacy Guarantee<br>
- VLDB 2012.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/BasicBLikeness.html#BasicBLikeness-java.lang.String-double-">BasicBLikeness(String, double)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/BasicBLikeness.html" title="class in org.deidentifier.arx.criteria">BasicBLikeness</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataSelector.html#begin--">begin()</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx">DataSelector</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationTable.html#bgColor">bgColor</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationTable.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">StyleConfigurationTable</a></dt>
- <dd>
- <div class="block">TODO</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#binomialProbability-int-org.deidentifier.arx.reliability.IntervalDouble-int-">binomialProbability(int, 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>
- <dd>
- <div class="block">Probability mass function of the binomial distribution
- based on the saddle point expansion described in the manuscript
- Catherine Loader.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationTable.html#borderStyle">borderStyle</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.common.table.<a href="../org/deidentifier/arx/gui/view/impl/common/table/StyleConfigurationTable.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">StyleConfigurationTable</a></dt>
- <dd>
- <div class="block">TODO</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html#BOTTOM_LINE_BORDER_LABEL">BOTTOM_LINE_BORDER_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/DataTableDecorator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableDecorator</a></dt>
- <dd>
- <div class="block">Label for adding a border at the bottom of a cell.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.HierarchyWizardGroupingRange.html#bottomTopCodingBound">bottomTopCodingBound</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.HierarchyWizardGroupingRange.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelGrouping.HierarchyWizardGroupingRange</a></dt>
- <dd>
- <div class="block">Coding</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.RenderedComponent.html#bounds">bounds</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorRenderer.RenderedComponent.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardEditorRenderer.RenderedComponent</a></dt>
- <dd>
- <div class="block">Var.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformedData.html#bufferGeneralized">bufferGeneralized</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>
- <dd>
- <div class="block">The GH buffer</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformedData.html#bufferMicroaggregated">bufferMicroaggregated</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>
- <dd>
- <div class="block">The OT buffer</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html#build--">build()</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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html#build-java.lang.String:A-">build(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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html#build--">build()</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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html#build-java.lang.String:A-">build(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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html#build--">build()</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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html#build-java.lang.String:A-">build(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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html#build--">build()</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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html#build-java.lang.String:A-">build(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>
- <dd>
- <div class="block">Creates a new hierarchy, based on the predefined specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataSelector.html#build--">build()</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx">DataSelector</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizard.HierarchyWizardResult.html#builder">builder</a></span> - Variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizard.HierarchyWizardResult.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizard.HierarchyWizardResult</a></dt>
- <dd>
- <div class="block">Builder</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html#builders">builders</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>
- <dd>
- <div class="block">Hierarchy builders</div>
- </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Z</a> <a href="index-25.html">_</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-1.html">Prev Letter</a></li>
- <li><a href="index-3.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
- <li><a href="index-2.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|