public abstract class ScramblingMethodBase extends Object implements ScramblingMethod
| Modifier and Type | Field and Description |
|---|---|
protected long |
blockSize |
| Constructor and Description |
|---|
ScramblingMethodBase(long blockSize) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getStoredCumulativeProbabilityDistributionForTier(int tier) |
protected void |
storeCumulativeProbabilityDistribution(int tier,
List<Double> dist) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlockCount, getCumulativeProbabilityDistributionForTier, getMainTableAlias, getScramblingSource, getStatisticsNode, getTierCount, getTierExpressionsprotected void storeCumulativeProbabilityDistribution(int tier,
List<Double> dist)
public List<Double> getStoredCumulativeProbabilityDistributionForTier(int tier)
getStoredCumulativeProbabilityDistributionForTier in interface ScramblingMethodCopyright © 2018 University of Michigan. All rights reserved.