public class ShapeLocationDistribution<T> extends RandomDistribution<T>
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
ShapeLocationDistribution() |
ShapeLocationDistribution(RandomDistributionType type) |
ShapeLocationDistribution(RandomDistributionType type,
Double location,
Double shape) |
ShapeLocationDistribution(RandomDistributionType type,
Double location,
Double shape,
Class<T> valueType) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLocation() |
Double |
getShape() |
RandomDistributionType |
getType() |
Class<T> |
getValueType() |
String |
getValueTypeName() |
void |
setLocation(Double location) |
void |
setShape(Double shape) |
protected void |
setType(RandomDistributionType type) |
void |
setValueType(Class<T> valueType) |
void |
setValueTypeName(String valueTypeName) |
createLogNormalDistribution, createLogNormalDistribution, createNormalDistribution, createNormalDistribution, createPositiveNormalDistribution, createPositiveNormalDistributiongetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic ShapeLocationDistribution()
public ShapeLocationDistribution(RandomDistributionType type)
public ShapeLocationDistribution(RandomDistributionType type, Double location, Double shape)
public ShapeLocationDistribution(RandomDistributionType type, Double location, Double shape, Class<T> valueType)
public Double getLocation()
public void setLocation(Double location)
public Double getShape()
public void setShape(Double shape)
protected void setType(RandomDistributionType type)
public RandomDistributionType getType()
getType in class RandomDistribution<T>public Class<T> getValueType()
getValueType in class RandomDistribution<T>public void setValueTypeName(String valueTypeName)
public String getValueTypeName()
Copyright © 2019. All Rights Reserved.