public static final class Distributions.DistributionImpl extends java.lang.Object implements Distribution
Distributions.DistributionImpl.Builder
Modifier and Type | Class and Description |
---|---|
static class |
Distributions.DistributionImpl.Builder
Builder to create a distribution.
|
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
Expression[] |
expressions()
Get the expressions of the distribution.
|
int |
number()
Get the number of buckets of the distribution.
|
Strategy |
strategy()
Get the strategy of the distribution.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
children, equals
references
public Strategy strategy()
strategy
in interface Distribution
public int number()
number
in interface Distribution
public Expression[] expressions()
expressions
in interface Distribution