public class UniformDistribution<T> extends RandomDistribution<T>
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
UniformDistribution() |
UniformDistribution(T from,
T to) |
| Modifier and Type | Method and Description |
|---|---|
T |
getFrom() |
T |
getTo() |
RandomDistributionType |
getType() |
Class<T> |
getValueType() |
void |
setFrom(T from) |
void |
setTo(T to) |
createLogNormalDistribution, createLogNormalDistribution, createNormalDistribution, createNormalDistribution, createPositiveNormalDistribution, createPositiveNormalDistributiongetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic T getFrom()
public void setFrom(T from)
public T getTo()
public void setTo(T to)
public RandomDistributionType getType()
getType in class RandomDistribution<T>public Class<T> getValueType()
getValueType in class RandomDistribution<T>Copyright © 2019. All Rights Reserved.