@Evolving public interface Distribution extends Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
default Expression[] |
children() |
default boolean |
equals(Distribution distribution)
Indicates whether some other object is "equal to" this one.
|
Expression[] |
expressions() |
int |
number() |
Strategy |
strategy() |
references
Strategy strategy()
int number()
Expression[] expressions()
default Expression[] children()
children
in interface Expression
default boolean equals(Distribution distribution)
distribution
- The reference distribution object with which to compare.