public class RepeatedDistribution<T> extends RandomDistribution<T>
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
RepeatedDistribution() |
RepeatedDistribution(T[] values) |
| Modifier and Type | Method and Description |
|---|---|
RandomDistributionType |
getType() |
T[] |
getValues() |
Class<T> |
getValueType() |
void |
setValues(T[] values) |
createLogNormalDistribution, createLogNormalDistribution, createNormalDistribution, createNormalDistribution, createPositiveNormalDistribution, createPositiveNormalDistributiongetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic RepeatedDistribution()
public RepeatedDistribution(T[] values)
public T[] getValues()
public void setValues(T[] values)
public Class<T> getValueType()
getValueType in class RandomDistribution<T>public RandomDistributionType getType()
getType in class RandomDistribution<T>Copyright © 2019. All Rights Reserved.